User Form - Error with Show

tkessler

New Member
Joined
Oct 22, 2009
Messages
2
Hi,

First let me say that I find this forum extremely useful and will troll the message boards if I need help.

I have a workbook with multiple user forms that I have used for about 4 months now. Today, all of a sudden, I can't get one of the forms to show even in a simple procedure. Specifically, I am using this procedure (frmPolicySetting being the name of the form):

Sub Test()

frmPolicySetting.Show

End Sub

When I try to run this procedure, I get a "Run-time error 9: Subscript out of range" error, which baffles me. I've triple-checked the name of the form, so I know it is correct. There are no other workbooks open. This procedure worked yesterday; since then, all I have done is add some additional text boxes to the form. Are there any form settings that could be causing this issue?

Thanks for your help,
Tristan
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,215,657
Messages
6,126,061
Members
449,285
Latest member
Franquie518

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