Search results 48

Sorted from new to old.
Card image
TreeView

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

Card image
FixPath_Word

Fixes the path for a given folder, PC or Mac by adding separator only if ...

Card image
PCase (ProperCase)

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

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image
doHighlight

Search for occurrences of a keyword in a string and highlight them, by either ...

Card image
MetricToUSStandard

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

Card image
USStandardToMetric

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

Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
Num2En

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

Card image
SwapDate

Changes date format from US to International or from international to US. ...

Card image
Capitalize

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

Card image
WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special ...

Card image
TextPercentageMatch

Matching any part of a string in another , then returns 0 if not match, Or ...

Card image
BrowseFolder

Asks user for a folder tested in VBA of word as well as VBA in Excel

Card image
CutLeft

Cuts the left part respecting words, without cutting words

Card image
WordsCount

Counts the words in a string (using spaces)