Search results 66

Sorted from new to old.
Card image
Restore Arabic text files

Solution to restore ASCII Arabic text files. Sometimes I noticed when system ...

Card image
RunRemote

Runs a macro from another workbook without parameters (WB Workbook has to be ...

Card image
This Year

A quick JS way to get the year of today, a method found it online, and wanted ...

Card image
ImagesIn

Just like FilesIn function, but this one returns list of images only found in a ...

Card image
ChrW

Insert special characters inside Cell, using ChrW

Card image
IsThere1_Remote

Checks if a file is found from a URL, finds a file in a remote server

Card image
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...

Card image
InternationalComma

Convert an international numeric with , instead of . Into American style . ...

Card image
MSSQL DB Connection

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

Card image
List_Load + List_Save

Loads/Saves items from/to text file to/from listbox Also has simple adding and ...

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
CreateZipFiles_7Zip

Create zip from list of files listed in List_of_Files separated by comma. The ...

Card image
Unzip_7Zip

Extracts a zip into a location and waits for that extraction to finish Using ...

Card image
Seconds2Time

Converts seconds from numbers into time in format of ...

Card image
ConvertMultiLine2 + 6

Convert text blocks (by converting line separators from any separator to any). ...