Hi all, I use the showdialog to activate a new form. However, I would like to close (deactivate) its parent/original form. What is the best way to do it? Thanks in advance, Carlos.
Hi, I presume you used UserForm.Show to display the form, use Userform.Hide to close it. -- Rod Gill Microsoft MVP for Project Author of the only book on Project VBA, see: http://www.projectvbabook.com "Carlos" wrote in message news:eS7tREl$IHA.2060@TK2MSFTNGP05.phx.gbl... > Hi all, > > I use the showdialog to activate a new form. However, I would like > to close (deactivate) its parent/original form. What is the best > way to do it? > > Thanks in advance, > > Carlos. >