Search results 82

Sorted from new to old.
Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...

Card image
ANmaDB functions

Database functions, commonly used in my systems. Should be working for each ...

Card image
Frm9 - Select workbook (or workbook/worksheet)

Gives your user ability to select a workbook from list of open workbooks within ...

Card image
User-defined type error

How to fix error (User-defined Type) error, especially when using outside ...

Card image
MinIF and MaxIF in Excel 2010

MinIF to calculate smallest number matching certain criteria, in Excel 2010 ...

Card image
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...

Card image
Prevent Submit until reCaptcha

Disable Submit button until Google reCaptcha is verified, used reCaptcha v2.0 ...

Card image
Files_MostRecentN

Gets most recent N files from a given folder. Uses Arrays, and the function ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
SheetName

Gets a sheet name by referencing sheet ID or Sheet No This is more likely to ...

Card image
ANmaVBATemplate

Template to be used for any new tools, having... D sheet, WelcomeSheet, code ...

Card image
SimpleCalendar

HTML calendar, simple, ready for implementing and customizing

Card image
List_Load + List_Save

Loads/Saves items from/to text file to/from listbox Also has simple adding and ...

Card image
UnBreakAr + BreakAr

Fix broken Arabic char, by using AscW and ChrW This is Excel User-defined ...

Card image
VB6Format

Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...

Card image
RGB2HTML + HTML2RGB

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