View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Coddington Tim Coddington is offline
external usenet poster
 
Posts: 94
Default MSForm 1 - Initial placement of form

After I load a form, I can set .left or .top when an event occurs such as a
command button click. But how do you make the form come up initially in a
position that is not at the center of the screen? I've tried it in
form.initialize, but that seems to get ignored.