View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gmet gmet is offline
external usenet poster
 
Posts: 10
Default Form.show error in module 3

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