BIGDOG1013
Technical User
I know its possible to change the height of a shape object.
Example: Word.Documents(1).Shapes(1).height = 140
but is it possible to determine shapes(1) height if it is not known and put that value into a variable?
Example: Word.Documents(1).Shapes(1).height = 140
but is it possible to determine shapes(1) height if it is not known and put that value into a variable?