Search results 255

Sorted from new to old.
Card image
ReadHTMLTag

Reads string between open and close HTML tag (between < ... > and < / ... >), ...

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
Delete_Unwanted_Rows

Delete rows in a different way I used to delete rows by looping through those ...

Card image
IsThere1_SPWB

Checks if a workbook is found in a SharePoint location or not, giving a full ...

Card image
NameNum

Finding the number of a name, used in a numerology program. Finds the number ...

Card image
Window off-screen

Window not shown while taskbar says it is on. Restore window position in ...

Card image
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

Card image
Switch Virtual Desktops

Ready to use exe application that helps you switching the desktop in Windows 10 ...

Card image
Animated form exit

Exit form with shrinking Shrinks the form, Pushes the form to the bottom of ...

Card image
Online Wordpress password hash generator

An online tool to generate password hash for wordpress, tried it just today ...

Card image
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...

Card image
Excel-VBA Limits

These are some limits I found during my work in Excel-VBA For more of Excel ...

Card image
WebBrowser control issue

Issue and fix in webbrowser control

Card image
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...

Card image
ProtectFile_XorD + UnProtectFile_XorD

Protects and unprotects a file using password Creates another copy of the file ...

Card image
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...