Search results 206

Sorted from new to old.
Card image
NumberFoundinsideTag

Checks if a number found between two characters, searching can be customized to ...

Card image
FilesIn_Array and FoldersIn_Array

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

Card image
Arr_1Dim_2Str

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

Card image
WorkbookSave_ANmar

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

Card image
CreditCardType

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

Card image
Luhn

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

Card image
IfFoundInList

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

Card image
IfFullWord

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

Card image
Between_HTMLtag

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

Card image
Times_inHours

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

Card image
ANmaHTMLContent

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

Card image
Range22DimArray

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

Card image
ForegroundColor

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

Card image
ANmaDate

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

Card image
Filename_Clean

Returns cleaned file name of invalid characters. Needs to be modified if used ...

Card image
ANmaVLookup

Finds first occurrence of item in column, then returns value from same row as ...