I don't know of an easy way to do this within the drawing without using
LISP, VBA, or ARX. We keep track of sheets within a drawing set two ways:
1) By appending the sheet number to the end of the file name.
2) And by manually putting the sheet number (and total sheets) in each
drawing's title block.
Since we only have a small number of sheets per drawing set, less than 10.
We don't need to rely on any "automated" way to track drawing sheet within
the drawings. We just know which sheet it is and it is easy to keep track
of. If I was in your case of needing to track 100's of drawings I would
probably re-evaluate my directory structure (I don't know what you currently
have), place all drawings for each project within a directory (if this is
feasible, for us it is not as we are a mechanical company and use the same
part in several different places), then append the sheet number to the end
of each file name. Now I would write a LISP routine to update each
drawing's sheet number to that of what the file name specifies.
I would have each file name be in the structure of the project number/name
then the sheet number:
Example: Manhattan Bridge Project_001.dwg
This is just one approach and idea.
--
Kevin Nehls
remove -ns- for direct reply
On the other hand, you have fingers.
"Kirsten" wrote in message
news:39A2D7E7.577BE09A@co.state.mn.us...
> Is there any way to keep track of the page numbering in a plan set? Or
> to automatically number plan sheets?
> Thanks!
> -Kirsten
>