Search results 99

Sorted from new to old.
Card image
Weighted_Average

Does a weighted average, knowing that mathematical average between two numbers ...

Card image
Active BS4 breakpoint

Was looking for some way to show bootstrap 4 breakpoint, and got this. Needs ...

Card image
RandomArray

Creates array of random numbers, returns 1 Dim array

Card image
RandomNumber

Generate random number between Lower and upper numbers provided

Card image
TimeRound

Rounds the number of minutes to the nearest quarter of half like 4:32 to 4:30 ...

Card image
NumberTextArabic

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

Card image
CanAccessVBA

Returns true if VBA is accessible through code, returns false if not

Card image
FGColor_Calc

To set the color of the foreground based on background color to get best look. ...

Card image
MatchIf_ThenDelete

Searches for an item in a column, then if found, delete that cell (not clear, ...

Card image
HardDrivePartitionSN

Get Hard drive SN (old fashioned way) using FileSystemObject

Card image
Filter_GotoItem

Allow users to select from list box based on search terms. Have a text box and ...

Card image
Numbers in Textbox

Force textbox to accept numbers only. Needs adjustments to work on VB6

Card image
Crypt512

To encrypt or decrypt any string ' Strii is the required text to protect ' ...

Card image
CutRightString

Cuts a string from a string FROM RIGHT starting from specific character and ...

Card image
getQueryString

Reading QueryString from JS

Card image
DownloadFile

Download a file from URL from inside Excel into certain path, returns blank if ...