T
Thejan Mendis
HI all,
Can somebody tell me how do I assign a word document selection to a
variable.
It should be something like this
1/ first the macro I need to fine a XML tag. Then the it should select the
TEXT between the Open and closing tag.
2/ Selection assign to a variable
3/ the macro should run on all the .txt file in a given folder
I hope somebody can come out with a good example.
eg:-
<XML>
<TEXT>this is a test</TEXT>
<COL>blue</COL>
Dim txt = this is a test
PLEASE HELP ME ON THIS
TJ
Can somebody tell me how do I assign a word document selection to a
variable.
It should be something like this
1/ first the macro I need to fine a XML tag. Then the it should select the
TEXT between the Open and closing tag.
2/ Selection assign to a variable
3/ the macro should run on all the .txt file in a given folder
I hope somebody can come out with a good example.
eg:-
<XML>
<TEXT>this is a test</TEXT>
<COL>blue</COL>
Dim txt = this is a test
PLEASE HELP ME ON THIS
TJ