View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Celtic_Avenger[_60_] Celtic_Avenger[_60_] is offline
external usenet poster
 
Posts: 1
Default UserForm - ShowModal Error


You main menu must have its show modal properties set to true.

You cannot show a non-modal form at the same time as a modal form.

You must Hide the main menu fisrt then show your non-modal form.

MainMenu.Hide
OtherForm.Show

Hope this helps.

Celtic_Avenger


--
Celtic_Avenger
------------------------------------------------------------------------
Celtic_Avenger's Profile: http://www.excelforum.com/member.php...o&userid=14101
View this thread: http://www.excelforum.com/showthread...hreadid=273988