Quote:
Originally Posted by highrise955
I understand the basics of your code but I can't seem to see how the code knows where to place the data in the document.
|
The document has a series of bookmarks, which you can see via Insert|Bookmark. These are populated by the userform. The userform could just as easily populate a series of content controls.
Quote:
Originally Posted by highrise955
Can I assume I could still use my template with your example?
|
Having not seen your template, that's impossible to say for sure, though there's nothing about the code that would necessarily be incompatible with that.
You previously mentioned:
Quote:
SN's required (which will show as a large check symbol and eventually I would like to make it show a small table where the serial numbers can be entered, otherwise that area would be hidden)
|
Your userform could likewise have another listbox for the user to choose the required SN number and similar - though rather more complex - code could be used to insert the required table and its content.