Search results 190

Sorted from new to old.
Card image cap
oShellRun1

Runs a WScript.Shell command with wait until finish and returns 0, 1, 2 or -1 ...

Card image cap
FileDateTime

Gets time and date for a file, Date created, accessed or modified. If the file ...

Card image cap
PI

Returns a double representing the mathematical constant Pi

Card image cap
GetTempFileName

Returns temp file name using FSO

Card image cap
RandomArray

Creates array of random numbers, returns 1 Dim array

Card image cap
Distance_Calc_fromString

Calculate distance between two points (Latitude, Longitude) LatLon1 and ...

Card image cap
TextPercentageMatch

Matching any part of a string in another , then returns 0 if not match, Or ...

Card image cap
SettingRead_JR

Reads setting saved in columns J:R Just like SettingRead, but when we have ...

Card image cap
Ordinal

Get a Number Suffix They allow you to turn 1 into 1st, 2 into 2nd, etc. giving ...

Card image cap
CanAccessVBA

Returns true if VBA is accessible through code, returns false if not

Card image cap
AreTheyTheSame

Compares between two files in binary mode and returns true if they are ...

Card image cap
FGColor_Calc

To set the color of the foreground based on background color to get best look. ...

Card image cap
confirmDelete

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

Card image cap
IsFolder

Returns a Boolean value that indicates if the parameter is a folder.

Card image cap
HaveNonEnglish + StringASCIIs

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

Card image cap
Match4

Matching 4 values at the same time in 4 columns Just like Match the function, ...