How to link access 2000 to excel 2000 using dde
How to link access 2000 to excel 2000 using dde
(OP)
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.
RE: How to link access 2000 to excel 2000 using dde
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
http://www.handtech.com/meekent
A "Solution Provider" in your corner gives you the personal attention you need to find the right technology solutions for your business.
RE: How to link access 2000 to excel 2000 using dde