Search results 319

Sorted from new to old.
Card image
FixPath, IsThere, IsThere1 ...

Set of 6 functions to deal with filesystem. Gets current workbook path, ...

Card image
1FileDB

DB in a File (One of my best library codes so far) Saves/Reads/Deletes certain ...

Card image
ComputerSN

Reads Serial number of the system, also can be used to return System name, ...

Card image
FindIn1DArray

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

Card image
MoveDown + MoveUp

Moves an item in listbox up or down Needs Lst1 as listbox name Put code ...

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
Paragraph2Line + Line2Paragraph

Converts paragraph to 1 line text or 1 line text to paragraph Mainly used to ...

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
ANStrColor2RGB + RGB2ANStrColor

Converts R:G:B into RGB value (as long) and RGB from long into R:G:B

Card image
CutString

Cuts a string from certain char till certain char, can be used to cut left, ...

Card image
Str2Hex

Convert a string to Hex

Card image
GetDigits

Extracts digits out of a string

Card image
Number_Formatted

Format the number as ' <1000 = 1,2,55, 85, 989 ' <1000000 = 1K, ...

Card image
CountColumnCells + CountColumnCells_Criteria

Counts how many cells in a column in any sheet, any workbook using COUNTIF ...

Card image
VBA Progressbar (Frm73)

Progress bar Frm73 or just simple message Zip file contains .frm and .frx ...