View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Must Access be installed to use VBA in Excel 2003?

Reread Gord's post. Excel VBA doesn't need Access to be installed in order
to run. However, if you are relying on the MSCAL calendar ActiveX control,
which is not strictly part of VBA, you will have issues, because it isn't
installed with Office unless Access is installed.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Melody" wrote in message
...
How? What exactly needs to be installed or how does Excel need to be
configured. What is wrong now that is causing this error?

"Gary''s Student" wrote:

Yes. Excel VBA can run without other Offfice products being installed.
--
Gary''s Student - gsnu200765


"Melody" wrote:

I have a project that gets a "can't find project or library" error when
running on a computer that does not have Access installed. Runs fine
on a
computer with Access. Tools/References is grayed out. Can VBA code be
made
to run without having Access installed?