Form.show error in module 3

G

GMet

I have a form PerformerPik.

The sub that starts it is:

Sub ShowPerformerPik()
PerformerPik.Show
End Sub

This works just fine when I run it from Module1 but it
will not compile or run from Module3

Anybody have a clue?

TIA

GMet
 
C

Chip Pearson

What error message do you get when you compile the code?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
G

GMet

Also
The Expected Function or Variable message highlights
PerformerPik
in the PerformerPik.Show line

GMet
 
Top