Printout composition - saving/exporting to word

Printout composition - saving/exporting to word

Anonymous
Not applicable
2,649 Views
1 Reply
Message 1 of 2

Printout composition - saving/exporting to word

Anonymous
Not applicable

Hi,

can someone provide some guidance. I am trying to use the print out from robot to add in my calculation reports. The problem I have is there is a lot of work in it. I have tried both options as attached. I have also attached what I would like to have at the end by re sizing screen capture, selecting autofit for tables when in word and the headings I would like. Also I get large gaps between titles and tables. 

 

Is there any way I can do set these parameters in Robot as it takes alot of time to do this. Again a quick reply would be much appreciated.

Printout.PNG

Thanks

 

Daniel

 

0 Likes
Accepted solutions (1)
2,650 Views
1 Reply
Reply (1)
Message 2 of 2

Rafal.Gaweda
Autodesk Support
Autodesk Support
Accepted solution

As far as I can see from code, the size of table columns  in Word is automatically generated by Word.

You can see VBA code responsible for export to Word in "c:\Program Files\Autodesk\Autodesk Robot Structural Analysis Professional 2015\System\Template\robotPrn.dot" , to open VBA edit press ALT+F11

Maybe you can set TableWidth  or table.Columns(...).Width with your own value there.

You can adjust other things also. Before doing any modification in this file please make backup copy of this file.



Rafal Gaweda