View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Must Access be installed to use VBA in Excel 2003?

Depends.

One example.............

If your project involves a Calendar you will be missing the mscal.ocx if Access
is not installed.

You can download a copy from here.

http://www.fontstuff.com/vba/vbatut07.htm


Gord Dibben MS Excel MVP

On Mon, 14 Jan 2008 12:53:00 -0800, 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?