I
Ivano
Hi,
I have a number of objects that I pasted special from Excel in Word and have
written a macro to adjust its properties. However, anytime the size is
adjusted with multiple objects selected it takes all the objects, which are
on different pages, and puts them on top of each other on one page. This
will happen even if you select all the objects and manually adjust the size
by right clicking > properties > size > and picking your size.
For example
If I have selected 3 objects with three different settings changes that need
to be done and run the macro this is what happens
object 1, adjust the first property>
object 2, adjust the first property>
object 3 ,adjust the first propery
object 1, adjust the second property>
object 2, adjust the second property>
object 3 ,adjust the second propery
object 1, adjust the third property>
object 2, adjust the third property>
object 3 ,adjust the third propery
What I think I need is
go to object 1, adjust the first, second, third property>
go to object 2, adjust the first, second, third property>
go to object 3, adjust the first, second, third property
So, I'm thinking that I have to create a loop that will adjust all the
properties of each object one a time. What kind of loop do I need and what is
the syntax?
Hope this all makes sense....
Thanks
I have a number of objects that I pasted special from Excel in Word and have
written a macro to adjust its properties. However, anytime the size is
adjusted with multiple objects selected it takes all the objects, which are
on different pages, and puts them on top of each other on one page. This
will happen even if you select all the objects and manually adjust the size
by right clicking > properties > size > and picking your size.
For example
If I have selected 3 objects with three different settings changes that need
to be done and run the macro this is what happens
object 1, adjust the first property>
object 2, adjust the first property>
object 3 ,adjust the first propery
object 1, adjust the second property>
object 2, adjust the second property>
object 3 ,adjust the second propery
object 1, adjust the third property>
object 2, adjust the third property>
object 3 ,adjust the third propery
What I think I need is
go to object 1, adjust the first, second, third property>
go to object 2, adjust the first, second, third property>
go to object 3, adjust the first, second, third property
So, I'm thinking that I have to create a loop that will adjust all the
properties of each object one a time. What kind of loop do I need and what is
the syntax?
Hope this all makes sense....
Thanks