Hello once again,
This project is creating a database in Excel and then opening a Word Template to paste data. I am using Excel to track Engineering Change Requests, the Word document is then a paper copy of each request and related information from the user form.
So far I have the code opening the word template working, it's trying to SaveAs I've not got worked out. This is a little tricky (for me at least) in that I am giving the file path of where to save, then literal text "ECR-" and concatenate the value of a text box on the user form.
The result I am after is: ECR-1003, where 1003 is the auto-assigned number for the record that is in the user form textbox. The text box is Locked to prevent accidental changes.
The code here is what I have. Just haven't quite got the save as syntax right.
Thank you in advance for any assistance.
![]()
Please Login or Register to view this content.
Bookmarks