Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to add new command buttons to the Ribbon that will allow the user to insert a new layout based on a template. For example, if they click an 'A0_Land' button it will insert a new layout called 'A0SHEET' from a template called 'A0_Land.dwt'.
If I use the macro '^C^R_layout;T;A0_Land.dwt;' I get a small dialog box up that lists the available layouts in the A0_Land.dwt template (of which there is just the one called 'A0SHEET'.
Is there a way of bypassing the small dialog box and just specifying in the code the name of the layout? e.g. '^C^R_layout;T;A0_Land.dwt;A0SHEET;'
Even with FILEDIA set to 0 the dialog box still appears.
Solved! Go to Solution.