UserForm Problem

M

mayuss

Hello!

I have some problems with userForms, can anyone help me?

I designed a UserForm1 - there are 12 option buttons (one for eac
month) and OK and Cancel button

User selects a month and clicks OK and stuff happens...

Code:

Public Sub MIzberi_Click()
 
M

mayuss

I'll try again:

I have two UserForms (UserForm1 and UserForm2). They both contain 1
option buttons

o january
o february
o march
o april
 
M

mayuss

I got it!!!

The stupid thing happend! I accidently coverd global with loca
variable! How very stupid!

Thanx anyway!

Good day to all!

Mayus
 
Top