Thread: Error In VBA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Error In VBA

When one or two work stations will not run VBA but several others will, it is
usually the make up of the workstation. Could be:

Version: If the VBA is created in a more recent version then the older
version might throw an error for missing reference.

Settrings: If security settings are High or Medium and the VBA does not
have a digital signature then it will probably display a warning. If the
Trust Access To VBA box is not checked, it will display a message.

Since you did not specify what message you are getting, it is anybody's
guess as to what the problem might be.

"DarnTootn" wrote:

When certain computers open my user form it will give me the debug. But only
on two of 18 computers do it. Am I missing something?