Search results 65

Sorted from new to old.
Card image
Val2

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

Card image
Protect VBA

Protect VBA project from inside VBA This is the raw way, there has to be other ...

Card image
Import error log

Imports the SQL Server error log into a table, so that it can be queried This ...

Card image
Upload5

Uploading files into server, the simplest way I have here This is the famous ...

Card image
INITool

INITool Object allows an ASP programmer to work with INI files on the server. ...

Card image
CopyRange_NoClipboard

Copies range without using clipboard. Applies formats into a cell (or range) ...

Card image
RunFromShared

Check is this VBA-Excel file is running from a shared folder (Starts with \\) ...

Card image
ExcelMenu_onfly

Creates Excel menu on the fly, list of menu items, command actions, and icons ...

Card image
RGB2HTML + HTML2RGB

Converts RGB color to / from HTML format As bonus, functions RGB_ExtractColor ...

Card image
[TAB] inside textarea

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

Card image
WeekNum

Generates the calendar week number for a certain date, counting the first week ...

Card image
Match4

Matching 4 values at the same time in 4 columns Just like Match the function, ...

Card image
WaitFor + ShellWait

Tell App to wait for number of seconds and Execute command and wait for it ...

Card image
Modify SQL table

SQL seams to have issues when we try to modify a table and preserving data, I ...

Card image
CutRightString

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

Card image
getQueryString

Reading QueryString from JS