S
Siberianhusky
dear ng again,
i need the actualy index of an selected table-shape. how can i read them?
i need them, to format the table automaticly like...
With sSh.Table
For iRow = 1 To .Rows.Count
For iColumn = 1 To .Columns.Count
......
it works, if i do it like this...
Set sSh = ActivePresentation.Slides(1).Shapes(1)
....if on Slide 1 is only an table. but i need the actualy, selected
table-index.
thanks and regards
Siberianhusky
i need the actualy index of an selected table-shape. how can i read them?
i need them, to format the table automaticly like...
With sSh.Table
For iRow = 1 To .Rows.Count
For iColumn = 1 To .Columns.Count
......
it works, if i do it like this...
Set sSh = ActivePresentation.Slides(1).Shapes(1)
....if on Slide 1 is only an table. but i need the actualy, selected
table-index.
thanks and regards
Siberianhusky