Search results 162

Card image cap
FilesIn_Array and FoldersIn_Array

Return list of files in a folder back as array. Similar to

Card image cap
Arr_1Dim_2Str

Converts 1-dimension array into text. Meet Join. A way to convert array into ...

Card image cap
WorkbookSave_ANmar

Saves a workbook handling several scenarios and decide what to do based on each. ...

Card image cap
CreditCardType

Returns credit card type and whether it is valid or not. Found it in my old ...

Card image cap
Luhn

Luhn function to return true or false if is valid based on Luhn identification ...

Card image cap
IfFoundInList

Checks to see if sStr matches on of the items in Listof, knowing separator, ...

Card image cap
IfFullWord

Returns True if found as full, False if not found as full Full word means word ...

Card image cap
Between_HTMLtag

Returns the full text found between HTML tag open and close by either and index ...

Card image cap
Times_inHours

Calculate the total number of hours between two times and return in format ...

Card image cap
ANmaHTMLContent

Reads certain part in HTML output of a page. Will search for list of strings ...

Card image cap
Range22DimArray

Imports a range into 2-dimension array. Returns the array, providing range, ...

Card image cap
ForegroundColor

Returns white (RGB 255,255,255) or Black (RGB 0,0,0) based on background color ...