Search results 60

Sorted from new to old.
Card image
Match3_3rdNot0

Searches for two cells in two columns then checks for 3rd column if not equal ...

Card image
Match4_4thNot0

Searches for three cells in three columns then checks for 4th column if not ...

Card image
Excel 2408 bug

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

Card image
HTMLTable_FullRow_NonBlanks

Returns all numeric values in row separated by Sepa Only cells that are not ...

Card image
ANmaSearch_OrFriends

Search for one of items in SearchFor_ListOfFriends inside SearchIn and return ...

Card image
ANStr_Add10IfNotBlank_NorNA

Concatenate string into one, if not blank and not N/A It looked stupid for me ...

Card image
MatchIf6

Searching for row have 6 matches found in 6 different columns, because we had 5, ...

Card image
Int function in ASP Classic (cint vs fix)

If you are looking for a function ASP Classic (VBScript) to do what Int() does ...

Card image
HTML_CleanNumber

Cleans block of string (HTML block) from characters that are not needed Can ...

Card image
ReadFileBytes

Reads bytes from file using FSO, Number of bytes can be decided as well as ...

Card image
ANStrFind_AndOrAdd

Checks if an item was found in list of items and return 1 if yes, 0 if not ...

Card image
Frequency1

Finds how many a string found inside larger string. Similar to Frequency but ...

Card image
ANmaFilter3

Filter database into new sheet, by copying certain columns only, not whole ...

Card image
Modal form open Workbook

Do not open workbook from userform after .show

Card image
ReadBinaryChunk

Reads certain chunk of a file in binary. Used with large files (like ~7gb ...

Card image
Zip_Folder

Zipping content of folder into file. Not tested and Not My Work. Originally ...