View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Pyball[_21_] Pyball[_21_] is offline
external usenet poster
 
Posts: 1
Default Starting userform

What Calligra sugests will work, but if you have another workbook ope
whenever you change workbooks and activate the one with the userfor
the userform will be shown.

If you want the userform to only be shown when the workbook is open th
first time put your code in the workbook_open event.

userform.show

Hope this helps

--
Message posted from http://www.ExcelForum.com