Search results 44

Sorted from new to old.
Card image
Easy Select

A drop down menu for Text fields Another one, that needs some work to fulfill ...

Card image
Web browser in Excel VBA

Example on how to use Web browser control inside Excel userform

Card image
Shrinking DB

Steps to shrink database in MS SQL

Card image
Hourglass

A js/css hourglass loading spinner

Card image
SSTree

Tree code, driven by Access DB A code I found somewhere online that I enhanced ...

Card image
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image
IsEven + IsOdd

Returns True if integer is even by using IsEven While IsOdd, will returns True ...

Card image
Hex2Int

Converts hex to Integer

Card image
Bin2Int

Converts Binary to Integer

Card image
GenerateRandom

Generates a random string, returns string passed, then full date, then 8-chars ...

Card image
CustomExcelMenu - FaceIDs

How to create custom Excel menu, this one shows the IDs and icons of 20 icons, ...

Card image
Numeric-only textbox

Allow only Currency into textbox, text box will allow only nnnn.nn where n=1 ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image
Ordinal

Get a Number Suffix They allow you to turn 1 into 1st, 2 into 2nd, etc. giving ...

Card image
NumberTextArabic

Adds Arabic unit to a number using proper Arabic grammar Units can be ...

Card image
DosCommand_Read

Get output of DOS Command in string, by reading output into temp text file, ...