Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to publish two layouts using VBA and I have had some success with the following code
ThisDrawing.SendCommand "-PUBLISH" & vbCr.
which I filched from another forum question: i.e. ".. you can use sendcommand in VBA to run the -PUBLISH command with the DSD-file as a parameter..."
When I run the VBA, I am prompted for the dsd file which is "NAGspecification.dsd" which has two layouts "Template 1 and Template 2" which I want to publish into a multiple sheets set.
How do I pass the parameters please?
Solved! Go to Solution.