View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Howard Kaikow Howard Kaikow is offline
external usenet poster
 
Posts: 269
Default How do you display a VBA user form when starting excel workbook?

1 way is to start the userform from an autoopen macro.

--
http://www.standards.com/; See Howard Kaikow's web site.
"dant" wrote in message
...
How do you display a VBA user form when starting excel workbook? Code

works
to populate a list box based on choice in previous list box but how do you
show the form so that it can be used when you start excel? I want to make

it
an excel form to collect data that has interdependanrt fields.