Search results 132

Sorted from new to old.
Card image
IIF

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

Card image
DuplicateFileName

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

Card image
Limit Textarea

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

Card image
GetTempFileName

Returns temp file name using FSO

Card image
RandomArray

Creates array of random numbers, returns 1 Dim array

Card image
WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special ...

Card image
Numeric-only textbox

Allow only Currency into textbox, text box will allow only nnnn.nn where n=1 ...

Card image
WeekNum

Generates the calendar week number for a certain date, counting the first week ...

Card image
RemoveChars

Removes all chars found in Chars_to_remove from String1

Card image
File_FirstFound

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

Card image
Hex2Dec

Converts hexadecimal strings into decimals

Card image
BrowseWorkbook + BrowseWorkbook_Save

Asks for Excel file to open, then return the full filename with path if ...

Card image
Crypt128

Simple small function to Encrypt or Decrypt a string in cell Simple Encryption ...

Card image
GetFilename, GetExtension, .. others

GetFilename, GetExtension, GetFilename_noExtension, GetFilename_wExtension To ...

Card image
GenerateMemorablePassword

Returns a random password that is easier to remember, such as BONES or LAMOT. ...

Card image
FrmAbout

Display a string in a Userform as 'About' window, can display string or file by ...