Need urgent help - My userform doesn't show up in run-time

A

Amit

Hello group,

I have written a VBA code which works fine on my machine and also I
tried it on a 2nd machine. However, now I have emailed to a user in a
different country and when he opens it. Nothing comes up!

it creates a logfile and also an INI file but doesn't show the dialog
or user form! he has same version of Excel.


any comment?

Thanks,
AK
 
T

Tony

I think security setup prevents macro execution. Please make sure security is
set to medium and later agree to execute the macros.

Regards,

Tony
 
L

Larry Linson

Amit said:
Hello group,

I have written a VBA code which works fine on my machine and also I
tried it on a 2nd machine. However, now I have emailed to a user in a
different country and when he opens it. Nothing comes up!

it creates a logfile and also an INI file but doesn't show the dialog
or user form! he has same version of Excel.


any comment?

Are you asking a question about VBA code in Excel? This newsgroup is about
modules and VBA code in Microsoft Access. But, when you find the proper
newsgroup, you're going to have to be a lot more specific about what you
have, what you are trying to accomplish, and what error you observe -- no
matter what the software, what you've described isn't enough for "remote
debugging".

Remote debugging is difficult, at best, but without details, it is
impossible.

Larry Linson
Microsoft Access MVP
 
Top