Search results 607

Sorted from new to old.
Card image cap
Error_Raise

To raise a friendly error message with option to show custom error number and ...

Card image cap
LoadPicture_Safe

Loads an image into VBA image control without knowing its extension If file ...

Card image cap
FixENTERS_File

Removes [Enter]s from imported csv file into Excel worksheet. Smart enough to ...

Card image cap
Import_CSV

Import the CSV file, DOES NOT OPEN, Open does not fix encoding issue, import ...

Card image cap
DuplicateFileName

Generates new available file name for a certain file in order to duplicate it, ...

Card image cap
FindVBAObject

Finds specific VBA object in VBE project User need to setup to trust VBA ...

Card image cap
oShellRun1

Runs a WScript.Shell command with wait until finish and returns 0, 1, 2 or -1 ...

Card image cap
Num2En

Convert number to English words, convert 450 to 4 hundreds and fifty dollars

Card image cap
Cookies warning

Thanks to new law in Europe, we need to show users and let them accept a ...

Card image cap
[TAB] inside textarea

Allow textarea's to accept TAB key (ASCII code 63) Could use some enhancements, ...

Card image cap
Limit Textarea

Show number of characters in a textarea and limit if it goes greater than ...

Card image cap
SwapDate

Changes date format from US to International or from international to US. ...

Card image cap
ServerVar

Get value of Server variable by passing variable name aVar can be any of these ...

Card image cap
DegreeC2F + DegreeF2C

Convert Celsius to Fahrenheit and Fahrenheit to Celsius degrees

Card image cap
GetTempFileName

Returns temp file name using FSO

Card image cap
XorC

Simple small function to Encrypt or Decrypt a string in cell Test_XorC is for ...