Problem of VB macro of Word 2000
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I wrote a macro for Word 2000: ////////////////////// Sub Macro1() ActiveDocument.Range(Start:=5000, End:=5000).PasteSpecial End Sub ///////////////////// It causes "Run-time error 4198". But if I reduce the number to the range of the 1st page, it works. Why this macro only runs when the spcified range is within the 1st page?