Search results 518

Sorted from new to old.
Card image cap
RandomArray

Creates array of random numbers, returns 1 Dim array

Card image cap
Page area and Page Setup functions (Unfinished)

Clear Excel print area, or set it, or read it, along with Page setup commands ...

Card image cap
SharePointURL2Path + Path2SharePointURL

Converts SharePoint URL to regular folder path and the other way, giving the ...

Card image cap
RandomNumber

Generate random number between Lower and upper numbers provided

Card image cap
Distance_Calc_fromString

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

Card image cap
CellSave (SimpleSave)

Saves value to cell without deformation and converting Used to be called ...

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
CreateGUID

Generate random GUID of 36 chars (with or without brackets) using TypeLib ...

Card image cap
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image cap
ANBS controls

Set of functions to generate Bootstrap controls as strings. Controls available ...

Card image cap
LogSheet_Add + LogSheet_Clear

2 Functions LogSheet_Add and LogSheet_Clear to add new entry to log or clear ...

Card image cap
Ordinal

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

Card image cap
GetTimeZone

Get local timezone Uses w32tm / tz dos command in command prompt Using ...

Card image cap
GetUTC

Get the time and date in Universal time based on local time Uses w32tm / tz ...

Card image cap
DosCommand_Read

Get output of DOS Command in string, by reading output into temp text file, ...