Codes Required

Card image cap
SettingSave + SettingRead for NumberFormat

Reads or applies certain NumberFormat to cell in settings. Same patterns as ...

Apr19

Card image cap
CopyFields_FromTo

Moves strings within cells into other cells, move or copy. Specific task to ...

Apr17

Card image cap
Protect txt file into word doc with password

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

Jan4

Card image cap
Macro keyboard shortcuts

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

Dec13

Card image cap
Associate_Ext

Register an extension in Windows registry for extension with an application. ...

Nov25

Card image cap
DB Functions (By AI)

3 functions to add or update data to DB and Read from DB. These were also ...

2023Apr23

Card image cap
WordPress - Excel functions (AI)

3 functions to download posts, adds new post and to upload and set featured ...

2023Apr22

Card image cap
ReadLastChars

Reads last some characters of a file, needs to see contents of large files that ...

2023Apr20

Card image cap
ANmaSQL_UpdateDateStatement

Creates "Update Table " SQL statements to be executed inside SQL to modify ...

2022Jul4

Card image cap
ANmaSQL_InsertStatement

Creates SQL INSERT statements from a table in Excel. Used to be executed to ...

2022Jul3

Card image cap
ASPUsers

Show ActiveUsers in webpage using ASP Classic, this also works as an example of ...

2022May4

Card image cap
AutoSaveOn

Automatically save workbook (when using OneDrive) on or off This is the VBA ...

2022Feb23

Card image cap
Range_SaveAsImage

Exports range to an image, something we wanted to be able to do for a while now. ...

2022Feb16

Card image cap
SaveAsHTML_Template

Creates HTML file using template found in a column. Have lines of HTML in a ...

2022Feb5

Card image cap
UISetup + UIRestore

Simple way to freeze UI in Excel-VBA then restore it after complete in standard ...

2022Jan28

Card image cap
INITool

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

2018Aug25

Card image cap
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

2018Jul31

Card image cap
Ask4Folder

Asks user for a folder, starting with certain folder

2018Jul29

Card image cap
GoToInternet

Opens webpage from within Excel, using default browser

2018May22

Card image cap
RemoteExplorer.asp

A directory Viewer with the option of downloading the file and reading text ...

2018Apr23

Similar codes

Card image cap
TextPercentageMatch

Matching any part of a string in another , then returns 0 if not match, Or ...

2018Jun26

Card image cap
ANStrRead + ANStrSave + ANStrSearch

Reads and saves data into 1 dim string array, ANStr ANStr is a string of list ...

2018Jun14

Card image cap
FilesIn + FilesIn_Count

Returns list of files found in a folder, list separated with custom separator

2018Apr23

Card image cap
ANStrList functions

Set of functions to manage ANStrList strings, read, save, delete, sort, compare, ...

2018Apr14

Card image cap
ANStrFind_AndOrAdd

Checks if an item was found in list of items and return 1 if yes, 0 if not ...

Dec19

Card image cap
FilesIn + FilesIn_Count

Returns list of files found in a folder, list separated with custom separator ...

2018May22

Card image cap
ANStrSort2

Sort list of strings in ascending or descending order using pure VBA, no ...

2020Sep24

Card image cap
Column2AnString_Unique

Creates list of unique items found in a column, returns string with items ...

2020May6

Card image cap
DB_Read1Row (DB_Read1stRow)

Reads from a table in a DB Reads only the first row, and return a string ...

2018Apr21

Recently by developer

Card image cap
ANString_Location

Finds the location of a sting inside list of strings with certain separator, or ...

Tue 8AM

Card image cap
SettingSave + SettingRead for NumberFormat

Reads or applies certain NumberFormat to cell in settings. Same patterns as ...

Apr19

Card image cap
ANmaCellFormat

Reads or set Numberformatting for a cell or range. Can pass sheet and workbook ...

Apr18

Card image cap
CopyFields_FromTo

Moves strings within cells into other cells, move or copy. Specific task to ...

Apr17

Random Codes

Card image cap
JSPasswordStrength

Quick popup bootstrap 3 popover message to measure password strength ...

2020Sep3

Card image cap
API in ASP Classic

A simple REST API technique reading record from Access mdb, then generates json ...

2019Feb1

Card image cap
ANStrColor2RGB + RGB2ANStrColor

Converts R:G:B into RGB value (as long) and RGB from long into R:G:B

2018May30