View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gmet gmet is offline
external usenet poster
 
Posts: 10
Default Help w/ macro to run user form

I have a problem with a macro that calls a user form. It
will not run in Module3. However, when I copy it to
Module1, it works just fine.

Sub ShowPiker()
Piker.show
endsub

That will not run in Module3 but it works fine in
Module1.

Anybody have a clue why this would be the case?

TIA

GMet