Codes Required

Similar codes

code image
AddressReferenceStyle

Change Address style from R1C1 to A1 or from A1 to R1C1. Something I needed ...

2023Nov1

code image
ANmAddressRefStyle

Returns type of the cell address, A1 or R1C1 If multiple cells passed, the ...

Sep23

code image
ANmAddress_Value

Returns the value of a cell address in another sheet. Todo: Allow to reference ...

Oct31

code image
WinXP css theme

CSS theme to show page as windows style, this one is WinXP

2023May30

code image
HTMLPadding_v2

Finds the padding or margin from a style statement for an HTML tag. Passing ...

2024Jan5

code image
HyperlinkFunction

Returns the formula for a hyperlink [=Hyperlink(...) ] to be inserted in a cell. ...

2022Aug24

code image
On Off button

Toggle buttons Win10 style

2019Jan14

code image
Styles_DeleteNonStandard

Delete styles from an Excel workbook, any non-standard style will be deleted. ...

2018Aug12

code image
SortArea1

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

2018Jul4

Recently by developer

code image
ANmaUploadFTP_Script + ANmaUploadFTP_1File

Uploads 1 file to FTP. It will create temp script to login to FTP and uploads ...

Sun 5AM

code image
ANmaNotMatch

Finds first item from RngAddr that is not listed in InRngAddr Returns the item ...

Apr19

code image
FirstDuplicatedItem

Returns the value of first duplicated item found in a range. This is to ...

Apr18

code image
ANmaRow_Duplicate1

Duplicate 1 row into row below with insert using fill down or copy-paste No ...

Apr17

Random Codes

code image
Bootstrap 5 color toggle

Working toggle button to switch between light and dark color modes in Bootstrap ...

2023Aug6

code image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

2019Oct3

code image
RunFromTemp

Check if an Excel file is running from 'Temp' location or regular folder This ...

2018Jun17

code image
ReplaceChars

Replaces all chars found in Chars_to_remove from String1 with Char_to_put One ...

2018May26