API that will show command GUI?

I am doing some testing and logging bits of data.  It would be very nice to automate the process as there are many iterations needed.  Example process is simple:

  1. open file
  2. add note
  3. save pdf
  4. close file

Problem is I need the UI to draw for the Note and Save As command but I cannot find a way to do this using API.  

I've tried using ModelDoc2.InsertNote() and InsertNewNote3, can add a note, but that's not the point, the Note Command UI needs to draw.  I tried creating a command object for insert note but I'm not able to figure that out, and even if I do I'm not sure that it will even show the UI.  Same for the  Save As dialog.

Thank you.

SolidworksApi/macros