D
David Macdonald
There seem to be quite a few posts about trying to get Word and Excel to work
together when the original files have been compiled in Office 2003 and users
have an older version. I have the same problem.
I'm sending from a Word form to Excel and getting other data back from the
same worksheet.
If I remove references to the Excel library I get errors (on other PCs)
because bits of the code aren't recognised by that version of Excel.
I thought a solution could be simply to have the Excel part of the code as a
macro in that sheet. All Word has to do is open the sheet and say
'Application.Run "macro"' but that doesn't work either. Is there a way to run
an excel macro from Word or am I coming up against the same incompatibility
of versions ?
together when the original files have been compiled in Office 2003 and users
have an older version. I have the same problem.
I'm sending from a Word form to Excel and getting other data back from the
same worksheet.
If I remove references to the Excel library I get errors (on other PCs)
because bits of the code aren't recognised by that version of Excel.
I thought a solution could be simply to have the Excel part of the code as a
macro in that sheet. All Word has to do is open the sheet and say
'Application.Run "macro"' but that doesn't work either. Is there a way to run
an excel macro from Word or am I coming up against the same incompatibility
of versions ?