Similar codes

Card image cap
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

2020Mar9

Card image cap
strUnQuote

This will tests to see if strQuotedString is wrapped in quotation marks, and, ...

2018Jul3

Card image cap
Replace Single Quotes

This script will replace single quotes so the data is SQL-safe

2018Apr16

Card image cap
TrimEnters

SQL Function to remove repeated Enters from a string in SQL Chr(13) + Chr(10)

2020Sep19

Card image cap
UTF8R_toChar

Converts characters created by program R into actual chars as in < U+641 > to ...

2018Jun26

Card image cap
CutString

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

2018May29

Card image cap
ReplaceChars

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

2018May26

Card image cap
URL2Text + Text2URL

URL2Text to convert a URL into string Text2URL will converts a text with ...

2018Apr15

Card image cap
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...

2020Jan6

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
SQL Related posts

Steps to create related posts query in SQL. Index, catalog, matching posts for ...

2022Jul6

Card image cap
Detect if Browser supports Flash

Detect if Browser supports Flash or not ( using ShockwaveFlash.ShockwaveFlash) ...

2019Jun2

Card image cap
Listbox height changing issue

Listbox in Excel sometimes have issue adjusting height to items added inside, ...

2018Aug25

Card image cap
DB_Setting2Read + DB_Setting2Save

Reads and save setting into settings table per 2 IDs, similar to SettingRead ...

2018May31