Search results 115
Sorted from new to old.
Part of cells in Excel
How to modify part of text inside an Excel cell using VBA. Something in my ...
Custom Excel Right-Click Menus
Customizing Excel's right click menus The following code demonstrates how to ...
IntlIsAlphaCharacter
Test if a character is alphanumeric, regardless of the code page or language ...
Remove_Between2Quotes
Remove any char (or string) found between two quotes in a string This is an ...
HTMLDecode + HTMLEncode
Decode and encode back a string using HTML Technically found online, but ...