View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default opening a form from a combobox selection

Something like this :-


Code
-------------------
If cboCust.Value = "addanew" Then
Me.Hide
frmNewCust.Show
End If

-------------------


--
Message posted from http://www.ExcelForum.com