I am trying to link access 2000 to excel 2000. The only thing I can find to use is a dde command. I need to link certain cells in an access table to different cells in an excel sheets.
DDE is an older technology and is not very stable or consistent. I have tried using it with no success in Access 2000 to Excel 2000. There are other ways to connect Access to Excel. One is use "Export table to Excel as static data", another is "Export table to Excel as Dynamic data".
The optimal connection according to "VBA for Office 2000" is to use Access as an application server and use GetObject or CreateObject to open an existing Excel file or cretae a new one. The only trouble I have had with this process is getting an Excel macro to run after opening an Excel file using GetObject.
Bryan Meek
bmeek@pacbell.net
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.