Search results 61

Sorted from new to old.
Card image
Excel 2408 bug

Serious bug in Office update that was pushed Aug 26th. At least from Excel ...

Card image
Unblock blocked macros.

Unblock macros in file copied or downloaded from another machine. Excel keeps ...

Card image
IfString_StartsWith_AndOr_EndsWith

Checks if String starts with certain char and ends with certain char Or one of ...

Card image
CountRowCells

Counts how many cells with data in a row, starting from certain column until ...

Card image
Q_NoOfdays

Calculates number of days for certain quarter, starting from given quarter with ...

Card image
ANmAdd_ThenSort_2Columns

Adds values of 2 cells into 2 columns (usually below them). I used these small ...

Card image
CopyFiles Excel-Macro

Simple macro to make sure we have a copy of all files in a folder found in ...

Card image
HTML_InsideTag_ByIndex

Checks if LocIndex is found between open and close of HTMLTag or between close ...

Card image
CutString_ReverseFrom

Returns full string starting from the point of LocIndex minus back where we ...

Card image
ArCaptcha

Captcha in Arabic, great library, will look forward to apply it in my next ...

Card image
Int function in ASP Classic (cint vs fix)

If you are looking for a function ASP Classic (VBScript) to do what Int() does ...

Card image
CutString9

Cuts from CutFrom starting from any of items found from ...

Card image
Protect txt file into word doc with password

Saves txt file as word doc with password. Passing txtfile having full path and ...

Card image
Macro keyboard shortcuts

Assign certain keyboard shortcut to certain macro, or clear that shortcut. ...

Card image
UserChanged_Log4

Adds date to column1 when user enters text in column2. Also, if user remove ...

Card image
HTML2Str

Special version to convert HTML to string. Uses RemoveHTML, then after that it ...