Macros only 'half running'

M

MichaelW

I have an excel file that contains 5 sheets ( 3 of which are set to
veryhidden in the properties ). The other 2 sheets are for
inputting/validating a username and password and a results sheet. Navigation
between the sheets is by buttons ( with macros).
The file is updated weekly and placed on our website for endusers to download.

The user opens the file and enables macros (security setting has to be
medium - it doesn't work when set to low), inputs a filepassword, and enters
their username and password - this is verified by a VLOOKUP function. The
User selects SUBMIT button - the macro behind this, produces a individualised
results sheet based upon the username and password.
There are also buttons(macros) to clear entries and return to username
and password sheet.

I have 1 user out of nearly 1000 (the other 999 users have no problem) who
opens the file correctly, enables macros, inputs their username and password
(which is verified), but on clicking SUBMIT, and therefore running the macro
gets a VBA error message (I don't know what this is), but also gets
'navigated' to the result sheet (which is part of the macro), and also sees
the hidden worksheets ( ie the property must have been changed).

I don't know what is happening, but would appreciate any suggestions.
 
T

The Code Cage Team

We need to know the error code, the fact that he can see those sheets i
because the macro has halted whilst the sheets are unhidden.

MichaelW;636843 said:
I have an excel file that contains 5 sheets ( 3 of which are set to
veryhidden in the properties ). The other 2 sheets are for
inputting/validating a username and password and a results sheet
Navigation
between the sheets is by buttons ( with macros).
The file is updated weekly and placed on our website for endusers t
download.

The user opens the file and enables macros (security setting has to be
medium - it doesn't work when set to low), inputs a filepassword, an
enters
their username and password - this is verified by a VLOOKUP function
The
User selects SUBMIT button - the macro behind this, produces
individualised
results sheet based upon the username and password.
There are also buttons(macros) to clear entries and return to username
and password sheet.

I have 1 user out of nearly 1000 (the other 999 users have no problem
who
opens the file correctly, enables macros, inputs their username an
password
(which is verified), but on clicking SUBMIT, and therefore running th
macro
gets a VBA error message (I don't know what this is), but also gets
'navigated' to the result sheet (which is part of the macro), and als
sees
the hidden worksheets ( ie the property must have been changed).

I don't know what is happening, but would appreciate any suggestions

--
The Code Cage Tea

Regards,
The Code Cage Team
'The Code Cage' (http://www.thecodecage.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top