Allow application scrolling behind userform

jkugizak

Board Regular
Joined
Jul 8, 2008
Messages
61
Hello,

I would like to scroll and navigate around an excel worksheet while I have a userform open. I do not need to edit the worksheet. Any ideas?

If you need an example of what I am trying to do, open an excel worksheet and press Ctrl+F. Notice how the Find form is in front of the worksheet, but you can navigate around the worksheet while the Find form is open.

This is what I would like to do.

Not sure if this is important, but the sheet I need to navigate around has a command button embedded that shows the userform in question when clicked using this code:

Code:
Private Sub cmdDealEntry_Click()
    frmDealEntry.Show
End Sub

Thanks in advance.
 
Try setting the Userform propery "ShowModal" to false. That will allow you to interact with the sheet while keeping the userform visable.
 
Upvote 0

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