I'm working now on a VBA script that will embed a word multipage document into AutoCad as OLE Object. It might be reached manually by copy/paste-special, but the main part is that this process should be automated. Ok, the question is - how to copy specified page's content using VBA? Then suppose that this content should be embedded into AutoCad, resized, moved to specified position etc. And that way macros process each page of MS Word Document. Any thoughts, comments are welcome.