Thread: Closing Forms
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Justin Philips Justin Philips is offline
external usenet poster
 
Posts: 32
Default Closing Forms

Is the only way to close a form UserForm1.Hide? I need to actually
close the form because on initialize certain things are set to
default...so everytime a user calls UserForm1 i need it to be
reopened...not just unhid..

-Justin