T
Togetherwith
Hi, everybody,
I am newuser of VBA in application. I have to finish a urgent thing t
modify some character in some *doc document. the document is lik
these:
1 3 1000 25 45 1
1 4 2000 35 50 2
1 5 1000 15 25 3
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . n
In the document, this last column have some rules, such as 1,2,3...,n
Now I want to modify the document. For instance, if I want to add a ro
between row 2nd and 3rd:
1 4 1000 5 5 2
How should I write the code?
I know it is not nice for me to ask such question. But it is really
urgent task for me to finish. I have no much time on checking th
different properties of word.
Any input is highly appreciated
I am newuser of VBA in application. I have to finish a urgent thing t
modify some character in some *doc document. the document is lik
these:
1 3 1000 25 45 1
1 4 2000 35 50 2
1 5 1000 15 25 3
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
. . . . . . . . n
In the document, this last column have some rules, such as 1,2,3...,n
Now I want to modify the document. For instance, if I want to add a ro
between row 2nd and 3rd:
1 4 1000 5 5 2
How should I write the code?
I know it is not nice for me to ask such question. But it is really
urgent task for me to finish. I have no much time on checking th
different properties of word.
Any input is highly appreciated