Codes Required

code image
QuickEncrypt plus others ...

Text encryption/decryption snippet that utilizes the powerful xICE encryption ...

Aug15

code image
ANmaSearch_SpaceFriends and LeftSpaceFriends

Searches for string inside string covering multiple possibilities for space ...

Jul30

code image
ANmaSearch_OrFriends

Search for one of items in SearchFor_ListOfFriends inside SearchIn and return ...

Jul30

code image
Quarter1stLastDate_FromQuarterText

Returns the date of 1st day or last day in a Quarter Mar 31st, Jun 30th, Sep ...

Jul26

code image
ANmaSpecialFolders

Returns path for a specific special folder in system Passing the name of that ...

Jul26

code image
ANmaSearch_AposFriends

Searches for string inside string with apostrophe possibility (or as I call ...

Jul11

code image
ANmaSearch_AmpFriends

Searches for string inside string with multiple possibilities if the char & ...

Jul7

code image
ANmaSearch_ApostropheFriends

Searches for string inside string with apostrophe variations conversion

May27

code image
Macro keyboard shortcuts

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

Dec13

code image
Associate_Ext

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

Nov25

code image
DB Functions (By AI)

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

2023Apr23

code image
ReadLastChars

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

2023Apr20

code image
ANmaSQL_UpdateDateStatement

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

2022Jul4

code image
ANmaSQL_InsertStatement

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

2022Jul3

code image
ASPUsers

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

2022May4

code image
Range_SaveAsImage

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

2022Feb16

code image
SaveAsHTML_Template

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

2022Feb5

code image
Base64encode + Base64decode

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

2018Jul31

code image
Ask4Folder

Asks user for a folder, starting with certain folder

2018Jul29

code image
RemoteExplorer.asp

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

2018Apr23

Similar codes

code image
IsError_Range

Checks if range has at least one error in a range of cells Fast, and simple

2021Dec30

code image
CopyFormat

Applies format into a cell (or range) from another cell. Can apply from any ...

2018Aug10

code image
RemoveDuplicates

Removes duplicated items from a 1-dim array into new array, does not modify ...

2022Jul7

code image
Range_Add_or_Subtract

Adds an amount (or subtract) from a range of cells in one click Similar to

2023Feb18

code image
merge2Arrays

Merges two 1-dimension arrays and return an array Both should be 1 dimensional ...

2021Sep21

code image
RangeValues

Returns values of all cells in range into 1 string Only non-blank values ...

Jan25

code image
SortArea1

Sorts a range or area by 1 column given its cell address, with options to ...

2018Jul4

code image
NMRRank_v2021

Ranks a number among set of numbers. This is part of huge tool, we needed to ...

2021Sep23

code image
UnMergeFill

Unmerges all merged cells and duplicate cell contents into them. In another ...

2019Apr16

Recently by developer

code image
HTMLCloseTag_HasWordAfter

Finds the number of occurrence of a "Numeric" inside a string having a certain ...

Sun 4AM

code image
CountColumnCells_Unique

COunts unique cells found in a column. Passing sheetname, workbook name and ...

Sun 4AM

code image
RoundUp2

Rounds a number to nearest identifier up. Like 105 up to nearest 20 ...

Oct1

code image
Walking Columns (Scrollable Columns-Chart)

Allow users to scroll through columns in column-chart. Used chart.js, this is ...

Sep30

Random Codes

code image
Hiding chart in Excel

How to hide a full chart in Excel. By treating it as shape, not as chart.

2020Dec31

code image
DB_Connect

VBA-Excel function to connect to SQL Database server, in addition to ...

2020Mar20

code image
MatchIf (aka VMatchIf)

The best Match I created, return 0 if not found, kind of CountIF+Match ...

2018Jun16

code image
GetRandom

Generate random string, fully customization, with even deciding what special ...

2018Apr21