View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Bundy John Bundy is offline
external usenet poster
 
Posts: 125
Default Interactive user form design

You would need to set values depending on what you need, put a label for
example on a userform, the left property moves it along the x axis and the
height along the y axis. The form itself is sized with height and width.
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"simonc" wrote:

Is it possible to adapt the design of a user form (size of form, what items
are displayed etc) based on decisions made earlier during running the macro?
If so, how do you do this? Is there somewhere hidden in the code all the
dimensions and positions of the different user form items, where you could
base these on variables from elsewhere in the programme?

Grateful for any help.