Quote:
Originally Posted by Hitman
Will give it a try ASAP, thanks
Will it work if I only paste there the section I'm modifying, e.g. G26? 
|
Ofc, but you can also paste in any text. What it does is this:
- you tell it to look for page GXX
- it starts from the beginning of the file and searches for "[GXX I"
- then it replaces the following number with an incremental value (starting from 1) until it finishes the entire document
That's why you shouldn't have commented items in your file and they should be pretty much in order. Also, you only need to bother to rename copy/pasted items so that they have the proper page number:
[G27 I103]
[G27 I82]
[G27 I82]
[G27 I102]
is ok, but
[G27 I103]
[G27 I82]
;[G27 I82]
[G27 I102]
is not and neither is
[G27 I103]
[G27 I82]
[G26 I82]
[G27 I102]
It won't bug the macro, but it will bug the game