Search results 42

Sorted from new to old.
Card image
MatchIf7

Finds the row of 7 columns matching 7 values with options of < > <> and <= ...

Card image
NumberBeforeString

Returns number if found before certain word in larger string. This can be used ...

Card image
ANString_to_ListSelects

Selects items in listbox from ANStringList. Assuming listbox is multi-select ...

Card image
ListItemText_to_ListIndex

Finds the index of an item in listbox (or combobox) It searches for that item ...

Card image
ListBox_Read and ListBox_Save

Reads or saves to a certain column in multi-column listbox in VBA Userform Can ...

Card image
ANmaSearch_AllWords_FromANStr

Checks if string has all words from ANStr inside Retuns 0 if not found or ...

Card image
ListBox bug with TabIndex

Setting TabIndex for a listbox to 0 in a Userform will have some issues when ...

Card image
HTMLPaddingMargin_v2

Finds the padding or margin from a style statement for an HTML tag. Passing ...

Card image
NavigatePost

Reads content of webpage with optional post data two main differences from

Card image
File_SettingRead + File_SettingSave

Reads and saves settings to Settings file, used asp here. Similar to

Card image
Listbox 1st item [Any]

Allow user to select [Any] as first item in list that will deselect all other ...

Card image
Popup button

List of commands in popup menu. Uses listbox, command button and toggle ...

Card image
LstCustomSelection_Refresh

Read list of items from Settings sheet, then Sort, then save, before reading ...

Card image
ListBox_SelectionCount

Counts how many items selected in a listbox (multi-selection listbox). Works ...

Card image
tag_add

Add to textbox from listbox (select option) ensure its uniqueness Needs ...

Card image
setSelectedIndex byname and byval

Set active (Selected) item in listbox using javascript Imported and modified ...