P
Patricia Shannon
I hate to bother you with such a simple question, but I haven't been able to
get it to work.
I am trying to write a macro (so I can assign it to a key or button) that
will go to the next graphic and select it. Then I can execute another macro
I have written that copies it to Paint, reverses colors, and copies it back.
(If I can get the graphic selection working, I'll incorporate it into my main
macro.)
I can go to the next graphic, but I haven't been able to select it.
I used
Selection.GoToNext(wdGoToGraphic)
and when that didn't select the graphic, I tried
Selection.GoToNext(wdGoToGraphic).Select
but that didn't do anything different.
I've looked at help, and in this forum, but haven't been able to figure out
how to select the graphic.
Thank you
get it to work.
I am trying to write a macro (so I can assign it to a key or button) that
will go to the next graphic and select it. Then I can execute another macro
I have written that copies it to Paint, reverses colors, and copies it back.
(If I can get the graphic selection working, I'll incorporate it into my main
macro.)
I can go to the next graphic, but I haven't been able to select it.
I used
Selection.GoToNext(wdGoToGraphic)
and when that didn't select the graphic, I tried
Selection.GoToNext(wdGoToGraphic).Select
but that didn't do anything different.
I've looked at help, and in this forum, but haven't been able to figure out
how to select the graphic.
Thank you