jlingle
02-16-2012, 02:42 PM
I am using PowerPoint2010.
I need to re-position a table on a slide depending on the shape of a chart. I've written a line of code that does it (see below). However, the units that move the table up and down are neither centimeters or inches. I've found numbers between 47 and 98 move the table approximately 3/4 of an inch. But, what do these numbers represent? Does anyone know? Thanks.
Code that moves the slide up and down:
ActivePresentation.Slides(1).Shapes("differences").Top=??
I need to re-position a table on a slide depending on the shape of a chart. I've written a line of code that does it (see below). However, the units that move the table up and down are neither centimeters or inches. I've found numbers between 47 and 98 move the table approximately 3/4 of an inch. But, what do these numbers represent? Does anyone know? Thanks.
Code that moves the slide up and down:
ActivePresentation.Slides(1).Shapes("differences").Top=??