
Client's machine crash on VBA in Excel
Hi Randy,
Quote:
> using, whereas mine does. (I have a full suite of developer's apps
including
> Visual Studio, whereas they have OEM Office 2K or XP).
and
> functionality ?? They already have EVERYTHING checked on their Office
> installation from the Small Business OEM CD.
Y're making use of several libraries, dll's and ocx files that aren't
registered on the
user's machines, that's clear.
Quote:
> What extras do I need to install on their machines to give them full VBA
> functionality ??
Oops, that's a question we can't answer because we don't know what y're
making use of, and what is missing on the target PCs
Looks like y're in for a hell of a job sorting that out ...
Y'll have to trace all applications as to what kind of controls y're using,
whether they're
standard Office VBE controls, the references in yr projects, the supporting
files these references
need ... etc.
Good luck !
Krgrds,
Perry
Quote:
> I have a few Excel templates that I use that I have added some VBA backed
> buttons to. When others in the company try to open them, they crash and
> leave them inthe VB design window with an error message. The message
varies,
> but the upshot is that their machines do not support the functions that I
am
> using, whereas mine does. (I have a full suite of developer's apps
including
> Visual Studio, whereas they have OEM Office 2K or XP). For instance, they
> might break on the Environ function with an error of "Unknown library or
> object". Question:
> What extras do I need to install on their machines to give them full VBA
> functionality ?? They already have EVERYTHING checked on their Office
> installation from the Small Business OEM CD.
> thanks, P