View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cparkerUA cparkerUA is offline
external usenet poster
 
Posts: 4
Default Series of custom dialog boxes

I am new to VBA and was having problems creating a custom dialog boxes.

I created a dialog box that asks "how many arches" and the user enters a
number. The next dialog box will be specifics about arches and will need to
use the number from the previous box in for the number of colums in the next
box.

How do I do that?