Search results 60

Sorted from new to old.
Card image
ServerUptime

Return how long the computer has been running. Return format is dd:hh:mm:ss ...

Card image
CreateFullTree

Creates full tree if not found

Card image
DuplicateFileName

Generates new available file name for a certain file in order to duplicate it, ...

Card image
strUnQuote

This will tests to see if strQuotedString is wrapped in quotation marks, and, ...

Card image
XorC

Simple small function to Encrypt or Decrypt a string Test_XorC is for testing ...

Card image
CanAccessVBA

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

Card image
Match2

Matching by two values at the same time in two columns Just like Match the ...

Card image
Convert2SQLDate

Converts a date (numeric date) into Date acceptable by SQL, as in YYYY-MM-DD ...

Card image
BrowseFolder

Asks user for a folder tested in VBA of word as well as VBA in Excel

Card image
FindIn1DArray

Returns 1 if an item found in array, 0 if not

Card image
CutRightString

Cuts a string from a string FROM RIGHT starting from specific character and ...

Card image
RemoveHTML

Removes HTML code Basically all tags expected and listed below There is a ...