Search results 109

Sorted from new to old.
Card image cap
CountDuplicates

Counts how many duplicates found in a range of Excel cells. Basically how many ...

Card image cap
ListBox_Excel_Sort

Sort items in Fm20 Listbox using Excel spreadsheet Sort function. Can decide ...

Card image cap
Sorting Strings

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

Card image cap
Functions.dll

Old DLL housing list of functions to be used and called by any application, ...

Card image cap
Delete_Unwanted_Rows

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

Card image cap
IsThere1_SPWB

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

Card image cap
NextID_Reset

Checks if ID has been reset in SQL database table If yes, it will reset it and ...

Card image cap
DB_Connect_Install

Connects to SQL DB using ADODB, if driver not installed, it will attempt to ...

Card image cap
ShortenDir

Shorten a long Dir by adding ... in the middle to make it fit in small boxes ...

Card image cap
Refreshing image

Refreshing image in ImageControl of VBE Userform When we change picture of ...

Card image cap
Shortcut website

Create a shortcut to website to open using Internet Explorer in 'InPrivate' ...

Card image cap
GeneratePostID

Two functions to generate ID that is unique (not found in database) ...

Card image cap
IsThere1_Image

Searches for an image and return the file extension of found, or returns null ...

Card image cap
ANBSCaptchaBox (Part 4)

Attempt to create Captcha inputbox as simple as possible using third party ...

Card image cap
FilesKill

Delete Multiple Files (with WildCards) To delete multiple files from a ...

Card image cap
LastInsertedID_SQL

Get the ID of the last inserted record in a table. There are other methods, ...