C
call_me_sol
Hi -
First, let me say that I have absolutely no VB experience. Here's
what I'm trying to accomplish (and it doesn't really sound too
difficult for you VB experts out there
)
Using MS Word, I have created a text box (created with the Control
Toolbox)
Ideally, I will create five individual text boxes to be associated
with specific parts of the document.
In the same document, I have text that is made up of numbers and
letters. Certain parts of the text repeat (for example, the string
112233 is repeated in several places in the document). I want to
associate one text box with that string (112233) so that if a user
inputs new text in the text box, it will find and replace the string
(112233) and replace it with the new text from the text box.
Example (the template that the user will see when opening document):
Text box: <CURRENTLY BLANK> (associated with the 112233)
Text box 2: <CURRENTLY BLANK> (associated with JoesGarage)
Paragraph: 112233-JoesGarage term ACCEPT from community L3VPN
User inputs data into the text box:
Text box: 009988 (associated with the 112233)
Text box 2: FranksFishShack (associated with JoesGarage)
Paragraph: 009988-FranksFishShack term ACCEPT from community L3VPN
Please tell me that this can easily be done using VB.
Thank you.
First, let me say that I have absolutely no VB experience. Here's
what I'm trying to accomplish (and it doesn't really sound too
difficult for you VB experts out there
Using MS Word, I have created a text box (created with the Control
Toolbox)
Ideally, I will create five individual text boxes to be associated
with specific parts of the document.
In the same document, I have text that is made up of numbers and
letters. Certain parts of the text repeat (for example, the string
112233 is repeated in several places in the document). I want to
associate one text box with that string (112233) so that if a user
inputs new text in the text box, it will find and replace the string
(112233) and replace it with the new text from the text box.
Example (the template that the user will see when opening document):
Text box: <CURRENTLY BLANK> (associated with the 112233)
Text box 2: <CURRENTLY BLANK> (associated with JoesGarage)
Paragraph: 112233-JoesGarage term ACCEPT from community L3VPN
User inputs data into the text box:
Text box: 009988 (associated with the 112233)
Text box 2: FranksFishShack (associated with JoesGarage)
Paragraph: 009988-FranksFishShack term ACCEPT from community L3VPN
Please tell me that this can easily be done using VB.
Thank you.