Hello,
I have a decent understanding of vba, excel , etc... But am trying to run a macro that converts excel data into CorelDRAW. It had previously worked on my computer (august-september 2018), but when I try to run it now I get
Run-time error '48'
Error in loading DLL
Specifically the issue is coming up at this line:
Workbooks.Open (ActiveDocument.FilePath & EXCEL_DATA)
^(this is the line highlighted in the debug menu)
I have gone to references and looked, and none display "MISSING" as oftentimes is the case with other posts I've read on this.
Any help would be greatly appreciated. The macro still works on others' computers. I'm at the point where I may just back up some relevant docs and reset the machine.
Thanks
Workbooks.Open (ActiveDocument.FilePath & EXCEL_DATA_FILE)
I have a decent understanding of vba, excel , etc... But am trying to run a macro that converts excel data into CorelDRAW. It had previously worked on my computer (august-september 2018), but when I try to run it now I get
Run-time error '48'
Error in loading DLL
Specifically the issue is coming up at this line:
Workbooks.Open (ActiveDocument.FilePath & EXCEL_DATA)
^(this is the line highlighted in the debug menu)
I have gone to references and looked, and none display "MISSING" as oftentimes is the case with other posts I've read on this.
Any help would be greatly appreciated. The macro still works on others' computers. I'm at the point where I may just back up some relevant docs and reset the machine.
Thanks
Workbooks.Open (ActiveDocument.FilePath & EXCEL_DATA_FILE)