Search results 43

Sorted from new to old.
Card image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

Card image
UnMergeFill

Unmerges all merged cells and duplicate cell contents into them. In another ...

Card image
Login modal

Simple modal with login form in Bootstrap 3

Card image
CopyRange_NoClipboard

Copies range without using clipboard. Applies formats into a cell (or range) ...

Card image
CalcArea

Calculates the area of objects. Pass formula argument as string and values as ...

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
CreateZipFile_7Zip

Compress a single file into zip archive using 7Za.exe 7za.exe (found in ...

Card image
FormulasFlatten

Fill in formulas from 1st row, then convert them to flat values to avoid Excel ...

Card image
ASCII_Read + ASCII_Save

Reads and saves text file giving its full name Used a lot in my websites, very ...

Card image
FrmAbout

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

Card image
RGB2Long

Converts Red, Green and Blue integers into RGB long value