0

Can someone please assist me. When I run the userform, it is not allowing to access other existing excel sheet. Is there any solution for this....

I would be really thankfull if someone could assist me.

1
  • You must consider to post the code so we can help you. Commented Nov 14, 2015 at 11:40

1 Answer 1

1

Open your VBA project (Alt+F11), open UserForm, in properties window change ShowModal property from True to False:

UserForm properties window

If you show the userform runtime within your code, then use:

UserForm1.Show False 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.