DraftSight VBA - RunCommand

When inserting a title block from a template, the attributes often end up floating in a corner of the paper space.  Running ATTSYNC resolves the issue.  Problem is trying to automate generation of the drawings from a VBA macro.  How can I run ATTSYNC via VBA?  (Could be hundreds of drawings generated at a time)

 

DS.RunCommand "ATTSYNC" & chr(10), false only opens the command dialogue.  How would I send the title block name/selection to the command also?

Or is there an alternate method to accomplish the same goal?