Search results 142

Sorted from new to old.
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
BinaryFile_Read + BinaryFile_Save

Reads binary file in chunks, if not chuck defined, all file will be red/saved ...

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 ...

Card image
FileDate_Formatted

Using FileDateTime to get file date

Card image
Modify SQL table

SQL seams to have issues when we try to modify a table and preserving data, I ...

Card image
Time2Real

Converts TIME code to number HH:MM to xx.xx As in 10:15 to 10.25, 13:30 to 13.5

Card image
Crypt512

To encrypt or decrypt any string ' Strii is the required text to protect ' ...

Card image
StringFlip

Flips a string, right-to-left, and if passed again, will flip it back Can be ...

Card image
CutRightString

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