- Code: Select all Expand viewCollapse view
cell = ThisDocument.getCurrentSelection()
And then cell is an ScCellObj
Then when I try
- Code: Select all Expand viewCollapse view
y = cell.CellAddress.Row
I get the error 'Property or method not found: CellAdress'
But I have inspected 'cell' like so
- Code: Select all Expand viewCollapse view
msgbox cell dbg_properties
And I can see a property SbxOBJECT CellAddress