Search results 497

Sorted from new to old.
Card image
NextID_Reset

Checks if ID has been reset in SQL database table If yes, it will reset it and ...

Card image
DB_Connect_Install

Connects to SQL DB using ADODB, if driver not installed, it will attempt to ...

Card image
Custom Excel Right-Click Menus

Customizing Excel's right click menus The following code demonstrates how to ...

Card image
IntlIsAlphaCharacter

Test if a character is alphanumeric, regardless of the code page or language ...

Card image
DB_Connect

VBA-Excel function to connect to SQL Database server, in addition to ...

Card image
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

Card image
ShowImage

Show an image using irfanview or Windows 7 image viewer. Looking to add more ...

Card image
Animated form exit

Exit form with shrinking Shrinks the form, Pushes the form to the bottom of ...

Card image
Reset ID Column

How to reset ID Column in Microsoft SQL, (not completed yet). This is because ...

Card image
ASPjson

Read and write json data in and from Classic ASP From

Card image
Shortcut website

Create a shortcut to website to open using Internet Explorer in 'InPrivate' ...

Card image
IsThere2

Finds a file in giving its full path Similar to IsThere1 except this one uses ...

Card image
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...

Card image
ProtectFile_XorD + UnProtectFile_XorD

Protects and unprotects a file using password Creates another copy of the file ...

Card image
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...

Card image
FilterSheet_1By1 + FilterSheet_Clear

Sets Autofilter in a sheet, and another function to clear Autofilter ...