View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
roundabout[_2_] roundabout[_2_] is offline
external usenet poster
 
Posts: 1
Default VBA Help required...................!


Enter the following in to ThisWorkbook

Private Sub Workbook_Open()
Call Setmenu
End Sub

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Call ResetMenu
End Sub

Lee



--
roundabout
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message2423610.html