I have a working VBA code which creates a new word file, adding some text, drop-down lists, and few text box.
I would like to add also a CommandButton named “create PDF” which will create a PDF out of this word document and will save it in current working directory.
I couldn’t find a way to do that dynamically.
Any idea?