Excel to Access - User needs Access installed?

C

Chechu

Hi group, quick question. If I have a macro to upload some Excel data
into Access, can this macro be used by a user without Access
installed on its PC???? The Access database is located in a shared
drive, the Excel is stored in the user's PC.
....And same thing in the other way, can a user without Access import
from Excel some Access info??
Versions are Excel 2003 and Access 2002.
Thanks in advance,
Cecilia
 
C

Chechu

Can you buy Excel without buying the entire Microsoft Office Suite?
I'm not sure if there are variations in the way microsoft sells products
in different countries so It may depend on where you bought Office and
from whom you bought Office.

Excel uses the libraries in Windows\system32 folder (DLL's) to do
perform this function and it really depends on the DLL's that are
installed on a PC if reading/writing to a database is possible.

Checking the libraries that excel uses to read/write to Access is in
the OFFICE folder and is called MSACC.OLB, and to perfrom ADO function
excel uses MSADOXX.dll (the XX depends on the verion office installd).
I would do a search on the Microsoft Office Folder for these files to
get the exact answer.  It may depend also on the manufacturer of you PC
since different PC manuafactures install different variations of
microsoft procducts some may havve these installed an others may not.
It depends on the licensing agreements between the PC manufactures and
microsoft.

--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:http://www.thecodecage.com/forumz/showthread.php?t=181365

Microsoft Office Help

Thanks Joel for your answer!! All the users have corporate PCs, with
just Excel and a few have Access. But you mention a good starting
point, I will try it by researching more around the DLLs.
Thanks!
Cecilia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top