Sorry guys, after a few more mods and running debug, i am getting stuck at (in red):
With rst
.AddNew
!Make = doc.FormFields("Make").Result
!Model = doc.FormFields("Model").Result
!Title = doc.FormFields("Title").Result
!ReportType = doc.FormFields("ReportType").Result...
I have a similar issue, using a copy of this code with modifications, i keep getting an error 432 File name or class name not found during Automation operation. NOTE I am not a programmer, have only dabbled.....
the code is shown below....any help is appreciated. If I F8 and step through the...