Search results 209

Sorted from new to old.
Card image
DrawAllAutoShapes

Create new sheet and draw all autoshapes inside. From AI Copilot

Card image
Textbox_PartialBold

Set part of textbox to bold, starting from StartingChar (like : ) that found in ...

Card image
Formulas_FromFile_ToRow

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

Card image
Formulas_FromRow_toFile

Exports all formulas in a row of sheet into text file.

Card image
JSon_Read_aText

Reads all json files generated by aText Sync command (screenshots) from certain ...

Card image
MathInsideText

Return string after applying math to each number found inside the string. ...

Card image
ANmaRemoveDuplicates2

Remove duplicated rows based on 2 columns in a table of any number of columns. ...

Card image
ANmaRemoveDuplicates4

Removes duplicated rows in a table based on 4 duplicated columns. Table can be ...

Card image
ANmaRemoveBlanks_1Col

Remove blank cells from 1 column

Card image
HTMLCloseTag_HasWordAfter

Finds the number of occurrence of a "Numeric" inside a string having a certain ...

Card image
MouseDown and MouseUp in FM20 controls

Full story of MouseDown and MouseUp in FM20 controls

Card image
ANmaCellChar_Superscript_Subscript

Sets certain character inside a cell as superscript or subscript Edit ...

Card image
ANmaReplace_Occurrence

Replaces certain occurrence of a string with another inside a string. Like ...

Card image
ANmAdd_ThenSort_2Columns

Adds values of 2 cells into 2 columns (usually below them). I used these small ...

Card image
SettingSave + SettingRead for NumberFormat

Reads or applies certain NumberFormat to cell in settings. Same patterns as ...

Card image
CopyFields_FromTo

Moves strings within cells into other cells, move or copy. Specific task to ...