D
Dragon
Hi. I have three questions:
1) I have a document that has various places where I need to insert
different autotext. For this type of function, is it better to mark a place
with a word and use Find/Replace for each instance or mark it with a
bookmark and its references? By better, I mean faster and less burdensome
on the program.
2) Is there a direct statement for Replacing a Found item with autotext? In
other words, I don't have text that will fit nicely in the Replacement.Text
= " " line - it needs to be autotext, but I can't figure out how this would
work.
3) At each instance of replacment, the specific autotext will need to be
inserted multiple times (depending on a number the user chooses from a drop
down in a userform). Where I am having problems with this while using
Find/Replace is how to get the program to find each instance of the
particular word (let's say it is "find") and then insert the autotext X
amount of times. I am using a For....Next statement , but it is only
halfway working.
Sorry for the long questions.....thank you for any input.
Dragon
1) I have a document that has various places where I need to insert
different autotext. For this type of function, is it better to mark a place
with a word and use Find/Replace for each instance or mark it with a
bookmark and its references? By better, I mean faster and less burdensome
on the program.
2) Is there a direct statement for Replacing a Found item with autotext? In
other words, I don't have text that will fit nicely in the Replacement.Text
= " " line - it needs to be autotext, but I can't figure out how this would
work.
3) At each instance of replacment, the specific autotext will need to be
inserted multiple times (depending on a number the user chooses from a drop
down in a userform). Where I am having problems with this while using
Find/Replace is how to get the program to find each instance of the
particular word (let's say it is "find") and then insert the autotext X
amount of times. I am using a For....Next statement , but it is only
halfway working.
Sorry for the long questions.....thank you for any input.
Dragon