View Single Post
  #2   Report Post  
 
Posts: n/a
Default

you can put a macro on the userform on activate event

Private Sub UserForm_Activate()
call start
End Sub

double click on the form to get access to the code window
Eric

-----Original Message-----
Am I able to keep a macro running even if a userform is

showing,

I have put a code in the this workbook module

userform1.show

call start


Thanks in advance

Greg


.