Courtesio said:
Perhaps, if you are kind enough, you can tell me what are your
specific steps to record what you draw?
Nothing special: Tools> Macros> Record New Macro> [name it], click OK.
Select a shape from the drawing toolbar, drag, adjust, right-click it to
change attributes, etc., click Stop Recording button when done. I'm
using Word 2000. Do you have an earlier version?
You can't record mouse movements in the macro recorder (other
than clicks on menus, toolbars & buttons).
Actually you can. You can record the creation of a shape by dragging
and setting its attributes. The drawback is that it produces mountains
of code and is a shortcut to frustration if you want to do much else
with the shape afterward. I can draw a rectangle, color it, resize it,
and change the color to a gradient in about 8 clicks, but it produces
about 30 lines of code.
I would suggest saving your drawing objects as
AutoText and calling the AutoText entries.
This works fine and is the clear answer if you always want shapes with
the same attributes, position, etc. Once an AutoTexts is created, a
single line of code can insert it.
--
Mark Tangard, Microsoft Word MVP
Note well: MVPs do not work for Microsoft.
"Life is nothing if you're not obsessed." --John Waters
Charles said:
You can't record mouse movements in the macro recorder (other than clicks on
menus, toolbars & buttons). I would suggest saving your drawing objects as
AutoText and calling the AutoText entries.
See the MVP FAQ: <URL:
http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- --------- This message
is posted to a newsgroup. Please post replies and questions to the
newsgroup so that others can learn from my ignorance and your wisdom.