M
Marion Scheffels
Hi @all!
I am new to Visual Basic, having just created some Makros (SUBs in
English?) and facing a few problems. Please be patient with me... I am
not only a newbee but also German and didn't find a German
newsgroup... I might have some problem with understanding English tech
bubble ;-)
I have a sheet with 12 address stickers and would like to have two
formatted text areas on any sticker where I actually need them. The
selected address on the sticker gets copied, formatted and appears in
the text areas just as I want them to.
But the text areas themselves always appear on the *first* sticker. I
want them to be put into the same sticker the address was copied from.
How can I get the right sticker selected?
These are the first two lines:
Selection.Copy
ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal,
36.3, _
35.5, 205.2, 84.5).Select
I'd bet there's some order/tag (sp?) at first or in between to choose
the same sticker as the marked text is in for inserting the text
areas.
Thank you in advance for your help!
MarionS
--
(e-mail address removed)
"Didn't they say the pen was mightier than the sword?" - James Bond
"Thanks to me they were right!" - Q
(GoldenEye)
I am new to Visual Basic, having just created some Makros (SUBs in
English?) and facing a few problems. Please be patient with me... I am
not only a newbee but also German and didn't find a German
newsgroup... I might have some problem with understanding English tech
bubble ;-)
I have a sheet with 12 address stickers and would like to have two
formatted text areas on any sticker where I actually need them. The
selected address on the sticker gets copied, formatted and appears in
the text areas just as I want them to.
But the text areas themselves always appear on the *first* sticker. I
want them to be put into the same sticker the address was copied from.
How can I get the right sticker selected?
These are the first two lines:
Selection.Copy
ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal,
36.3, _
35.5, 205.2, 84.5).Select
I'd bet there's some order/tag (sp?) at first or in between to choose
the same sticker as the marked text is in for inserting the text
areas.
Thank you in advance for your help!
MarionS
--
(e-mail address removed)
"Didn't they say the pen was mightier than the sword?" - James Bond
"Thanks to me they were right!" - Q
(GoldenEye)