Similar codes

code image
Quarter_to_Words

Convert Quarter code to text per special project requirements. A special ...

2020Dec17

code image
FormulasFlatten

Fill in formulas from 1st row, then convert them to flat values to avoid Excel ...

2018Jun30

code image
Capitalize1st

Capitalize 1st letter of a string

2018Jul15

code image
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

2018Aug8

code image
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...

2018Jul3

code image
Q_NoOfdays

Calculates number of days for certain quarter, starting from given quarter with ...

Jun9

code image
DateDiff_Networkdays

Calculates no of workdays between two dates. Option to use international ...

Jul25

code image
ANmaDate

Returns date in human format. Which is as follows... Just day name (and time) ...

2023Apr27

code image
USStandardToMetric

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

2018Jul15

Recently by developer

code image
ToggleCells

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

Feb2

code image
Toggle5Values

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

Feb2

code image
PrevWeekday

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

Feb1

code image
TrimLines

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

Jan31

Random Codes

code image
Protect txt file into word doc with password

Saves txt file as word doc with password. Passing txtfile having full path and ...

2024Jan4

code image
Checks if URL is valid

Checks if URL is actually working. Uses XMLHTTP object to see if that URL ...

2018Dec9

code image
SQL Join

Different types of join in SQL. A good illustration image i found during my ...

2018Aug31