Thread
:
Excel VBA question - showing userform when opening workbook
View Single Post
#
3
Posted to microsoft.public.excel.programming
pikus
external usenet poster
Posts: 1
Excel VBA question - showing userform when opening workbook
You have the right idea about where to call the form, but the way to d
it is:
Private Sub Workbook_Open()
Choose.Show
End Sub
- Piku
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
pikus
View Public Profile
Find all posts by pikus