in reply to Creating a Table in Word

I am trying to create a report using Word and WIN32::OLE I have been racking my brains trying to find some documentation on how to INSERT a table in the MIDDLE of the document.

Open the word document, and start recording a macro. Position to where you want to create the table, and insert it. Then stop the macro and edit it. You should be able to reverse-engineer the macro (a VBA script), and convert it into the appropriate Perl/OLE calls.