Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reposition Table (PowerPoint)

Status
Not open for further replies.

icu222much

Technical User
Mar 12, 2007
26
CA
I have created a table in VBA and I was wondering how I am able to reposition it once I have created it? I am unable to properly position the table when I create it because of the requirements of my project.
 



hi,

Please post the code that you have tried.

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
I auctually got it to work. I used the following code:

mySlide.Shapes(i).Left = X
mySlide.Shapes(i).Top = Y

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top