View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
papou[_7_] papou[_7_] is offline
external usenet poster
 
Posts: 41
Default autorun userform from worksheet

Paste this into your sheets'code (right-click on sheet tab, view code)
Private Sub Worksheet_Activate()
UserForm1.Show
End Sub
Regards
Pascal

"paradise" a écrit dans le message de
om...
how do i write a code which allows me to autorun my userform1 from

Worksheet1?
thanks:)