Visio Guy

Visio Discussions => Programming & Code => Topic started by: TwoBeAss on September 30, 2022, 12:57:20 PM

Title: Edit Cell from Page Shapesheet
Post by: TwoBeAss on September 30, 2022, 12:57:20 PM
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...
Title: Re: Edit Cell from Page Shapesheet
Post by: Surrogate on September 30, 2022, 01:04:28 PM
Please try code
ActivePage.PageSheet.Cells("user.row_1")
Title: Re: Edit Cell from Page Shapesheet
Post by: TwoBeAss on September 30, 2022, 01:26:15 PM
Perfect... Thats it...