Edit Cell from Page Shapesheet

Started by TwoBeAss, September 30, 2022, 12:57:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TwoBeAss

Hey guys, i am trying to read and edit a cell from the page shapesheet via vba...

But i cant read the data via ActiveWindow.Page.CellsU or CellsScr... What am i doing wrong ?

Thanks in advance...

Surrogate

Please try code
ActivePage.PageSheet.Cells("user.row_1")

TwoBeAss