In every sheet read from A1 to very last cell in last column.
Following are the conditions to give context:
No headers.
No info on count of columns & rows.
Need to read value of each cell.
Need to read formula of each cell.
Buttons, merged cells, Pivot tables, Charts etc. anything can be present anywhere in any sheet in the workbook.
For this I can’t read stuff in Data table and loop through it because I also need to read formulas from cells.
Please suggest logic to implement this. Especially logic on how to identify and traverse through the used range of cells across all columns for all type of possible data in them?
I am done with part of getting rows and columns count from datatable.
Also, I am able to convert rows and columns in single letter cells, A1, A2,…etc.
but how to go ahead for double lettered columns?
Common code to work with both single/double letter cells. So that once I have cell address A1 or AA1 I can use that address in read cell & read cell formula activity directly.