Search results 45

Sorted from new to old.
Card image
Gemini AI Limit reset timer

A simple representative to show me when will my limit reset. Using AI as free ...

Card image
Recalculate cells with UDF

Force Excel to calculate Cells with UDFs inside VBA code UDF = ...

Card image
Explorers

Open several windows of Windows file explorers (Explorer.exe) to certain ...

Card image
ANmExcelTableAddress

Returns reference of a table in Excel workbook. This is because not all tables ...

Card image
Formulas_FromFile_ToRow

Imports formulas from file into list of cells defined in file itself into ...

Card image
DBTableCol_Array

Reads 1 column from SQL DB table and return as 1-dimension array oConn object ...

Card image
NumberBeforeString_HTML2

Cuts a number that would be found 2 words before certain word inside a block ...

Card image
CutString_ANmaRules

Extract certain text from another text based on Rules defined, like extracting ...

Card image
SettingRead_Bulk

Reads list of passed SettingNames with defined separator from Settings and ...

Card image
Files_FoundHours

Listing the file from a folder that was created during last few hours. Can ...

Card image
MatchIfUp or MatchIfRev

Searching for an item in a column from bottom to top. Will search for item in ...

Card image
ConcatenateStrings_AmongString

Collect strings matching search from a longer string. I used it to concatenate ...

Card image
SettingRead_Ajax + SettingRead_Ajax_IntoObject

Two functions to return an output of file into object on page or back to caller ...

Card image
ANStrFind_AndOrAdd

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

Card image
UserChanged_Log4

Adds date to column1 when user enters text in column2. Also, if user remove ...

Card image
Between_2Chars

Returns if a char was found between two defined characters. Like find if Loss ...