Search results 9

Sorted from new to old.
Card image
Filename_Clean

Returns cleaned file name of invalid characters. Needs to be modified if used ...

Card image
SwapNumbers

Swap two numbers variables without using third variable A trick worth saving ...

Card image
Protecting VBA code

Steps to protect VBA project in Excel, posted here for reference mainly. An ...

Card image
Sorting Strings

This is not a function as much as a note. I needed to force a line to show at ...

Card image
Rows 2 Cell

Convert items found in a column matching certain material into list in 1 cell ...

Card image
Inputbox vs Application.Inputbox

fm20.dll has another inputbox to be used It is smaller, maybe more straight ...

Card image
HTML and URL codes

Always find my self needing to know those quickly to continue working, so ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
Limit Characters in a TextArea

This will limit the number of characters a user types in a textarea.