Search results 181

Sorted from new to old.
Card image
FaceIDs

Excel menu icons and icon ids (named FaceIDs) used when yu create toolbars and ...

Card image
IIF

Works the same as it's VB IIF equivalent. IIf will coerce an expression into ...

Card image
LoadPicture_Safe

Loads an image into VBA image control without knowing its extension If file ...

Card image
FindVBAObject

Finds specific VBA object in VBE project User need to setup to trust VBA ...

Card image
oShellRun1

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

Card image
Limit Textarea

Show number of characters in a textarea and limit if it goes greater than ...

Card image
DegreeC2F + DegreeF2C

Convert Celsius to Fahrenheit and Fahrenheit to Celsius degrees

Card image
SharePointURL2Path + Path2SharePointURL

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

Card image
UTF8R_toChar

Converts characters created by program R into actual chars as in < U+641 > to ...

Card image
ANBS controls

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

Card image
CanAccessVBA

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

Card image
AreTheyTheSame

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

Card image
File_FirstFound

Gets first file found matches a wildcards mask, using Dir()

Card image
InvertColor

Converts color into its negative value, as in "e4f15a" into "1C0FA6"

Card image
confirmDelete

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

Card image
IsFolder

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