Card image
ToggleCells

Toggle a value through list of cells in a range Pass current value and range ...

Card image
Toggle5Values

Toggles among up to 5 values. Pass the current values, then up to 5 values (in ...

Card image
PrevWeekday

Returns date of the previous weekday (Friday, Saturday, Sunday, etc) from ...

Card image
TrimLines

Remove all line breaks from text from a text. Not like

Card image
HTMLTable_FindTable

Reads < table .... < /table> found after index Have ability to opnly bring the ...

Card image
ANStrFind_AndOrRemove

Checks (and/or removes) if an item was found in list of items and return 1 if ...

Card image
ANmaSearch_AllWords_FromANStr

Checks if string has all words from ANStr inside Retuns 0 if not found or ...

Card image
ANmaSum_5IFs

Returns Sum conditionally of 5 columns (SumIFS), in a sheet, certain workbook ...

Card image
YoutubeLinks2YoutubeEmbeds

Convert all links in text block into youtube embeds to show inside a website. ...

Card image
Domainer v2.4

FIles to host website for sale. This was originally from a source I found ...

{{$CodeName$}
Match2 v5

Matching by two values at the same time in two columns Just like Match the ...

Feb3

{{$CodeName$}
ANStrList functions v4

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

Feb2

{{$CodeName$}
SettingRead+SettingSave v4

This is the final version of my set of Setting functions SettingRead, ...

Feb2

{{$CodeName$}
WorkbookOpen_ANmar v4

Opens Workbook without running AutoMacros and without letting the user know ...

Feb1

{{$CodeName$}
Match5_5thNot0 and Match6_6thNot0 v2

Searches for 4 cells in 4 columns then checks for 5th column to not equal zero ...

Jan28

{{$CodeName$}
FixPath, IsThere, IsThere1 ... v11

Set of 6 functions to deal with filesystem. Gets current workbook path, ...

Jan26

{{$CodeName$}
MatchIf (aka VMatchIf) v2

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

Jan23

{{$CodeName$}
CopyDynamicRangeValue v3

Copy values from range to cell. Without using clipboard of course. Here the ...

Jan13

{{$CodeName$}
ANmaPivotTable_Clear v2

Clears all filters in PivotTable and hide the [blank] item from list, pass ...

Jan13

{{$CodeName$}
PivotTable_ShowHideItems v2

Show or hide item (or items) in PivotTable for a certain field. Passing ...

Jan13

{{$CodeName$}
PivotTable_ShowHideBlankItems v3

Shows or hides an item or items in a PivotTable filter field. Passing ...

Jan13

{{$CodeName$}
HMatchIf_Multi v4

Returns column if an item from list of items was found in a row. Similar to ...

Jan13

{{$CodeName$}
URLs2Anchors v3

All links found inside a string into anchor (< a href=...) BUG!: Currently ...

Dec26

{{$CodeName$}
NumberBeforeString v3

Cuts a number that would be found before certain word inside a block string. ...

Dec26

{{$CodeName$}
Excel-VBA Limits v5

These are some limits I found during my work in Excel-VBA For more of Excel ...

Dec26

{{$CodeName$}
BodyYoutubeLink2iframe v3

Creates youtube embed from link Converts a youtube video link into a youtube ...

Dec22

{{$CodeName$}
CreateAnchor v2

Creates an anchor by passing its arguments (used to be called URL2A), can ...

Dec20

{{$CodeName$}
SortArea4 v2

Sort range of cells by up to 4 columns. Can use any of these columns, not ...

Dec19

{{$CodeName$}
SendEmailMsgv2023 v3

Sending email using Microsoft 365 account. Edit 2024-12-19: Fixing ability to ...

Dec19

{{$CodeName$}
SheetTabColor v3

Applies certain color to sheet tab in Excel. ColorNumber is Excel ColorIndex. ...

Dec16

{{$CodeName$}
RangeValues v2

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

Dec16

{{$CodeName$}
Range22DimArray v3

Imports a range into 2-dimension array. Returns the array, providing range, ...

Dec10

{{$CodeName$}
Range_SaveAsImage v2

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

Dec10

{{$CodeName$}
LastRow_Remove v2

Removes last row in a table starting certain cell. Creating and using this ...

Dec4

Card image
ANBS controls

Set of functions to generate Bootstrap controls as strings. Controls available ...

Card image
ANBS Controls Set3

3rd set of ANBS controls, Get Set1 here and

Card image
IsThere1

Finds out if a file exists, can pass either mapped file path, or unmapped

Card image
Navigate

Downloads a certain page source into a variable, full content in HTML, using ...

Card image
RoundUp

Rounds a number up, like Excel function RoundUP

Card image
FaceIDs

Excel menu icons and icon ids (named FaceIDs) used when yu create toolbars and ...

Card image
CutString

Cuts a string from certain char till certain char, can be used to cut left, ...

Card image
DB_Read1Row (DB_Read1stRow)

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

Card image
CreateAnchor

Creates an anchor by passing its arguments (used to be called URL2A), can ...

Card image
PI

Returns a double representing the mathematical constant Pi

Card image
Num2En

Convert number to English words, convert 450 to 4 hundreds and fifty dollars

Card image
MyMonthName

Returns the month name in one of 5 formats (below) It can use full date or ...

Card image
FindFile

Finds if a workbook is open or not in same Excel session

Card image
Seconds2Time

Converts seconds from numbers into time in format of ...

Card image
Floor

Rounding a number to nearest integer closest to zero.
Equivalent to Excel ...

Card image
VB6Format

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

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
Hex2Bin

Converts Hex to Binary

Card image
Textbox focus issue fix

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image
MyDayName

Returns the day name in several formats It uses either full date or only ...

Card image
RemoveHTML

Removes HTML code Basically all tags expected and listed below There is a ...

Card image
DB_SettingRead_Field

Returns a certain field from Settings table by a SettingName. Similar to ...

Card image
ASCII_Read + ASCII_Save

Reads and saves text file giving its full name Used a lot in my tools, very ...

Card image
ArrSort_2Arr

Sort 2 1-dimension arrays Actually sort 1st array (Array1) based on values ...

Card image
15 Datestamps

15 pure CSS date stamps to be used or Calendar view of a date, something I ...

Card image
Admin Counter boxes

4 sets of Admin/Dashboard count boxes, or cards Needed a set for DBRox, and ...

Card image
TreeView

A plain pure VBA Treeview control to be used inside Excel (official link has ...

Card image
Upload5

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

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
CSS3 spinner3

Pure css3 spinner or pre-loader Originally from http://codepen. ...

Card image
Bootstrap table by wenzhixin

Working jquery bootstrap table, with pagination, search, sort and column ...

Card image
DB Class

Database Class in Classic ASP An old article I found that helps a lot these ...

Card image
Bootstrap IE issue

Looks like IE has some issues in bootstrap 3, this is the solution, please ...

Card image
OpenOffice Macros

A pdf book, for macros in OpenOffice.org

Card image
Porting Excel/VBA into OpenOffice Calc

PDF document on what needed to import VBA from Excel into OpenOffice Calc Basic

Card image
ANmAjax

Trying to simplifying applying AJAX in my websites and tools, this is the ...

Card image
FrmLarge v3

Shows an image after clicking on its thumbnail, like in web applications Can ...

Card image
Find and Replace

This will find all occurences of a string in a text file and replace it with ...

Card image
Navigate

Downloads a certain page source into a variable, full content in HTML, using ...

Card image
RemoteExplorer.asp

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

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
InsertHyperlinks+GetHref

Changes all URLs or email addresses in a text into hyperlinks

Card image
Recurse and Rename

Recurses down a directory tree and renames files

Card image
Form Maker

This is an application that creates a form in HTML depending on user specs

Card image
Active BS4 breakpoint

Was looking for some way to show bootstrap 4 breakpoint, and got this

Card image
VBA Progressbar (Frm73)

Progress bar Frm73 or just simple message Zip file contains .frm and .frx ...

Card image
Hex2Bin

Converts Hex to Binary

Card image
IsHex

Check a string to see if it is Hex

Card image
Part of cells in Excel

How to modify part of text inside an Excel cell using VBA. Something in my ...

Card image
ArrSort_5Arr and ArrSort_7Arr

2 functions to sort 5 Arrays or 7 Arrays respectively.

Card image
FoundinList

Finds a matching item of a number in list of numbers. Returns 1 if found, 0 if ...

Card image
Resize_Me2 + Resize_Me3

Resizes Excel window to certain small size and location (hard-coded) and hide ...

Card image
rateYo

Rating system, small in jQuery From

Card image
FeeKey + UnFeeKey

Protect Numbers by encoding them into Alphabetic And convert them back ...

Card image
FindAncherURL_InHTMLRow

Finds the URL (href tag value) for an anchor inside a table row (tr element) ...

Card image
HTMLTag + HTMLPair

Generate HTML tags with thier parameters as name=value pairs ' Example of ...

Card image
Column1Range

Return a range of cells in column where ... Return Range Ignore header ...

Card image
myURLDecode

Decode a URL, opposite of Server.URLEncode

Card image
Star rating

Another Bootstrap rating system using Font-Awesome

Card image
file icons in CSS

Pure CSS file icons, for any extension, no image

Card image
oShellRun1

Runs a WScript.Shell command with wait until finish and returns 0, 1, 2 or -1 ...

Card image
Base64encode + Base64decode

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

Card image
MapPath_SafeComma

MapPath version expecting comma in filename or folder. Just because we might ...

Card image
MatchLastIf

Finds last occurrence of a match in a column Finds the row of last time an ...

Card image
HTMLTable_FindTable

Reads < table .... < /table> found after index Have ability to opnly bring the ...

Card image
ShowImage

Show an image using irfanview or Windows 7 image viewer. Looking to add more ...

Card image
Tabindex in multipage

Tabindex and forcing focus to show in textbox if we have multipage control. ...

Card image
CutString8

Cuts a string from certain character to certain character with option of either ...

Card image
iframe link to parrent

Link to the parent from inside an iFrame using JAVA

Card image
MinOfArray

Gets the id of an item with minimum in an array of numbers, with option

Card image
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

Card image
ANmaRedirect_Plus1

Function to log the redirects that happen into website It is merely used with ...

Card image
DB Functions (By AI)

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

Card image
WordPress - Excel functions (AI)

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

Card image
GetAmazonPrice

Reading price of an item in Amazon. An AI-generated function with AI-generated ...

Card image
iframeBtn

A button in iframe, to run certain command and return status to end user ...

Card image
Fill down

Fill down series in Excel. NotReadyYet! This is a work-in-progress function! ...

Card image
A is for Alpha

Military way to communicate letters in audio, for me I learned not all required, ...

Card image
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

Card image
Execute exe embedded in Excel

Execute exe file that embed inside Excel sheet This is for experimental, not ...

Card image
FeeKey + UnFeeKey

Protect Numbers by encoding them into Alphabetic And convert them back ...

Card image
CountDuplicates

Counts how many duplicates found in a range of Excel cells. Basically how many ...

Card image
Responsive JS Tags

Responsive Tags Input With Autocomplete Examples using Bootstrap 4 Originally ...

Card image
RRRow - Datatables ASP mdb Ajax example

ASP based AJAX example to call mdb database using

Card image
Android Apps and SD memory

List of apps that can be moved to SD Card in Android OS (Tablet).

Card image
Excel-VBA Limits

These are some limits I found during my work in Excel-VBA For more of Excel ...

Card image
RandomGUID

Creates a random GUID number like ... 879AE395-E026-0A63-EFC1-152038C4400B ...

Card image
ANBS Controls Set3

3rd set of ANBS controls, Get Set1 here and

Card image
ANBSThumbImg + ANBSThumbLink

Creates thumb of an image with or without link to original Use ANBSThumbLink ...

Card image
Sieve

jQuery plugin to search filter content, customize, easy to apply From

Card image
ProfileBadge_Linkedin

Creates Linkedin profile badge for certain user as HTML output as string. ...

Card image
VBA vs ASP Classic

Differences between coding in VB in Classic ASP (aka VBScript) and VBA (aka ...

Card image
Web browser in Excel VBA

Example on how to use Web browser control inside Excel userform

Card image
ANmaDB functions

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

Card image
Card image
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image
Card12-BS3

Profile card, with social links in bootstrap 3

Card image
Card11-BS3

Profile card in bootstrap 3

Card image
Card9-BS3

Rounded border cards in bootstrap 3

Card image
GetWordCount

Counts how many words found inside a string. Using space, tab or enter as ...

Card image
HttpToAnchors

Convert http found inside text into anchers < a >, aka URLlinker, aka ...

Card image
Card4-BS4

Simple cards in Bootstrap4 with shadow as lifted corners

Card image
JQMeter

A progressbar (or meter) in JQuery, customized with nice options

Card image
Multiple sizes blog Card

Blog post card in multiple sizes and responsive using Bootstrap 3

Card image
Progressbar-BS3

Custom Progressbar in Bootstrap3

Card image
Password Validator

Javascript based password entry validator

Card image
UnMappath

Returns the virtual path of the absolute path specified in the required ...

Card image
SetAttr

Sets an attribute to file or folder Needs to have variables defined as you see ...

Card image
UserSign

Returns someones astrology sign using their birthday in m/dd/yyyy or m/dd/yy ...

Card image
MP3GetInfo

Returning information on an MP3 file. Returns a type containing information ...

Card image
ServerUptime

Return how long the computer has been running. Return format is dd:hh:mm:ss ...

Card image
GetTempFileName

Returns temp file name using FSO

Card image
Page area and Page Setup functions (Unfinished)

Clear Excel print area, or set it, or read it, along with Page setup commands ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image
Reversefile

Reversing a file This tip demonstrates how to reverse a whole file. This ...

Card image
FileDate_Formatted

Using FileDateTime to get file date

Card image
Numbers in Textbox

Force textbox to accept numbers only. Needs adjustments to work on VB6

Card image
getQueryString

Reading QueryString from JS

Card image
Connect to UDL

Use a UDL to make your connection to a database

Card image
Paging with Alternating Colors

This script will take the results of a query and sets up number of records per ...