Search results 457

Sorted from new to old.
Card image
ANmAddress_Value

Returns the value of a cell address in another sheet. Todo: Allow to reference ...

Card image
HTMLTable_NoOfColumns

Gets no of columns in an HTML table. It actually gets the maximum number of ...

Card image
CountColumnCells_Unique

COunts unique cells found in a column. Passing sheetname, workbook name and ...

Card image
FixURL

Return safe URL after converting critical chars to whatever passed in SafeChar

Card image
Excel 2408 bug

Serious bug in Office update that was pushed Aug 26th. At least from Excel ...

Card image
Choose20

Chooses from 20 options based on the passed ID, can have any of these passed. ...

Card image
Choose10

Choosing a return value based on an ID. Since we have Choose2, Choose3 and ...

Card image
IsNumericChar

Checks if character is number or no. Returns True or False Number includes the ...

Card image
Choose2

Returns a value based on an ID. If ID is 1, return 1st value, If ID is 2, ...

Card image
FindZipFile_WShell

Finds the first zip in a folder matching wild cards mask using WScript.Shell ...

Card image
CutString96_NumberX

Extract a full number from string block having 1 or more full numbers. Like ...

Card image
CountNumbers_inString

Returns how many numbers found inside a text

Card image
Daily folder

Create daily folder in specific location automatically. I used to have .bat ...

Card image
Center Userform

Looks like forcing a Userform to be in center of an application is not as easy ...

Card image
ReturnLongestString_Of2

Returns the string that is longer, comparing what is before StrSepa versus ...

Card image
JSON_To_Table

An attempt to read json into table. This one is a work in progress, tested and ...