Search results 99

Sorted from new to old.
Card image
Application_OnStart

How to use Global.asa

Card image
SheetName

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

Card image
FindFile_Word

Finds a file within open documents of current instance

Card image
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

Card image
VB6Format

Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...

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

Card image
CustomExcelMenu - FaceIDs

How to create custom Excel menu, this one shows the IDs and icons of 20 icons, ...

Card image
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image
HaveNonEnglish + StringASCIIs

Checks if one char is within two ASCII codes or not (StringASCIIs) Used to see ...

Card image
CellCommentRead + Save

Reads/Saves a comment into a cell CellCommentRead to Reads comment from a ...

Card image
1FileDB

DB in a File (One of my best library codes so far) Saves/Reads/Deletes certain ...

Card image
Frequency

Checks how many items in an ANStr ANStr is list of items separated by a ...

Card image
CutLeft

Cuts the left part respecting words, without cutting words

Card image
ANStrColor2RGB + RGB2ANStrColor

Converts R:G:B into RGB value (as long) and RGB from long into R:G:B

Card image
CutString

Cuts a string from certain char till certain char, can be used to cut left, ...