Search results 69

Sorted from new to old.
Card image
USStandardToMetric

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

Card image
getDaysInMonth

Gets number of days in a certain month

Card image
strUnQuote

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

Card image
CellSave (SimpleSave)

Saves value to cell without deformation and converting Used to be called ...

Card image
CellRead (SimpleLookup)

Simply reading a value from a specific cell from a sheet from a workbook ...

Card image
GetUTC

Get the time and date in Universal time based on local time Uses w32tm / tz ...

Card image
WorkbookOpen_ANmar

Opens Workbook without running AutoMacros and without letting the user know ...

Card image
BrowseFolder

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

Card image
OpenPassword + ClosePassword

Encrypt / Decrypt a string, convert it to "77 96 105 105 106" or back to ...

Card image
ANStrRead + ANStrSave + ANStrSearch

Reads and saves data into 1 dim string array, ANStr ANStr is a string of list ...

Card image
Frequency

Checks how many items in an ANStr ANStr is list of items separated by a ...

Card image
Multi-line Textbox focus bug

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image
Numbers in Textbox

Force textbox to accept numbers only. Needs adjustments to work on VB6

Card image
DB_Setting2Read + DB_Setting2Save

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

Card image
CutString3_Search

Using same code in CutString3, this will search for matching items. Searches ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.