Search results 242

Sorted from new to old.
Card image
SheetName

Gets a sheet name by referencing sheet ID or Sheet No This is more likely to ...

Card image
SetAttr

Sets an attribute to file or folder Needs to have variables defined as you see ...

Card image
GetAttr

Reads attributes of a file using FSO. Return will be a string of RHSA ...

Card image
ApplyValidation_DropDown

Adds Validation drop-down to a cell (Data --> Validation --> List), or to a ...

Card image
FixPath_Word

Fixes the path for a given folder, PC or Mac by adding separator only if ...

Card image
FoldersIn

Returns list of folders found in given folder in a string in ANStr format, ...

Card image
Textbox focus issue fix

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image
MSSQL DB Connection

Connects to MSSQL database from Classic ASP All DB variables need to be ...

Card image
MySQL DB connection

Connects to MySQL database from Classic ASP All DB variables need to be ...

Card image
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image
IsPrime

Checks to see if a number is a primary number. Prime numbers are commonly found ...

Card image
CalcArea

Calculates the area of objects. Pass formula argument as string and values as ...

Card image
ImageRotate_IrfanView

Rotates an image using irfanview (i_view32.exe attached) Rotated image can be ...

Card image
CreateThumb_IrfanView

Creates a thumb of an image using IrfanView Thumbnail filename will have _th ...

Card image
GetRelativePath

Get relative path of one to another Pass two path strings to this function and ...

Card image
DateSerial

The equivalent of DateSerial in Classic ASP