Similar codes

Card image cap
myURLEncode

Does what Server.URLEncode does In case you needed it, not sure when

2018Oct20

Card image cap
URLDecode

Decodes a URL encoded string back into the original text. Similar to ...

2020Aug21

Card image cap
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

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

2018Sep5

Card image cap
Arabic SQL+ASP

Enable Arabic in MSSQL DB, the correct way, as of Sep 2018 Tested in Alwah and ...

2018Sep24

Card image cap
IsThere1_Remote

Checks if a file is found from a URL, finds a file in a remote server

2018Aug10

Card image cap
HTMLDecode + HTMLEncode

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

2019Aug9

Card image cap
Base64encode + Base64decode

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

2018Jul31

Card image cap
MapPath_SafeComma

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

May19

Card image cap
ANStr2Range

Converts a string of items into range, with custom separator. Opposite of

2022Nov11

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
AutoSaveOn

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

2022Feb23

Card image cap
404 page

A nice simple 404 page with a game From

2020Feb16

Card image cap
USStandardToMetric

Converts US Standard Measure into a Metric Measure. Arguments: ...

2018Jul15

Card image cap
RemoveHTMLTags

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

2018Jul15