M
MoiMeme
Hi,
I am trying to build a vba routine to :
- allow the user to input 4 strings
- then search for the four following strings in a template
: -V1, -V2, -V3, -V4 and replace them with the four strings the user has
given
I have made one that functions, but very crude and repetitive :
- Inputbox four times for the four input strings : is there a way get them
in one operation ? For example separated by a ";" ? How ? Other way ?
It would be nice to have to hit only once thje <OK> button !
- run four times the find & replace . Is there a way to have word make one
pass and replace the four -Vx patterns with the strings the user gave ?
TIA !!!
I am trying to build a vba routine to :
- allow the user to input 4 strings
- then search for the four following strings in a template
: -V1, -V2, -V3, -V4 and replace them with the four strings the user has
given
I have made one that functions, but very crude and repetitive :
- Inputbox four times for the four input strings : is there a way get them
in one operation ? For example separated by a ";" ? How ? Other way ?
It would be nice to have to hit only once thje <OK> button !
- run four times the find & replace . Is there a way to have word make one
pass and replace the four -Vx patterns with the strings the user gave ?
TIA !!!