Userform edit ToolBox open along as Useform Loads - Is this a Known issue?

pedie

Well-known Member
Joined
Apr 28, 2010
Messages
3,875
Hi, My Userform edit ToolBox open along as Useform Loads - Is this a Known issue?Please let me know if there is a way to take care of this problem...

Thanks in advance:)
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi, My Userform edit ToolBox open along as Useform Loads - Is this a Known issue?Please let me know if there is a way to take care of this problem...

Thanks in advance:)

Not sure why that happens but you could try this :

Code:
Private Sub UserForm_Activate()
    ShowToolbox = fmModeOff
End Sub
 
Upvote 0
I have seen this sometimes, but only when I had the VBE window open as well. I have never seen it when only Excel is open.
Am I right in assuming you had this happen while debugging something and you had the Visual Basic Editor open?
 
Upvote 0
Not sure why that happens but you could try this :

Code:
Private Sub UserForm_Activate()[/FONT]
[FONT=Courier New]    ShowToolbox = fmModeOff[/FONT]
[FONT=Courier New]End Sub[/FONT]
[FONT=Courier New]


Jaafar and Hermanito thanks guys for helping...
The editor window is not on...this has happen to me in few of my tool, few times...not everytime...So i thought would be good to post here bout it...
I'll use your code Jaafar, in case it happens again...
Thanks again guys!

 
Upvote 0

Forum statistics

Threads
1,224,548
Messages
6,179,451
Members
452,915
Latest member
hannnahheileen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top