Compil error Expected variable or procedure not module

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,226
Office Version
  1. 2007
Platform
  1. Windows
Afternoon,

I have a command Button on my worksheet which opens a userform.
When i click the button i see the following Compile error,
Expected variable or procedure not module.

The code on the button is as follows.

Rich (BB code):
Private Sub SearchFormButton_Click()
Call OpenATOZ
End Sub

Is this just not allowed or have i missed something.

Please advise thanks
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Afternoon,

I have a command Button on my worksheet which opens a userform.
When i click the button i see the following Compile error,
Expected variable or procedure not module.

The code on the button is as follows.

Rich (BB code):
Private Sub SearchFormButton_Click()
Call OpenATOZ
End Sub

Is this just not allowed or have i missed something.

Please advise thanks
this usually occurs when you have a module and a sub with the same name. Do you have a module called OpenATOZ as well as a sub with same name?
 
Upvote 0
Solution
Hi,
Ive checked & you are correct.
Now renamed all is ok

Thanks
 
Upvote 0

Forum statistics

Threads
1,215,050
Messages
6,122,868
Members
449,097
Latest member
dbomb1414

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