Thread: Help Combo Box
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Help Combo Box

Hi Marcello,

Try:

'=============
Public Sub Tester()
Application.CommandBars("Worksheet Menu Bar"). _
Controls("Help").Enabled = False
End Sub
'<<=============


---
Regards,
Norman


"Marcelo Rychter"
<Marcelo.Rychter.28un7a_1149376801.0119@excelfor um-nospam.com wrote in
message news:Marcelo.Rychter.28un7a_1149376801.0119@excelf orum-nospam.com...

Hi folks,

I'm trying to take off the 'Help Combo Box' from the menu bar line,
using VBA but I didn't succeed. Can you guys tell me how to do that?

Thanks in advance,
Marcelo Rychter


--
Marcelo Rychter
------------------------------------------------------------------------
Marcelo Rychter's Profile:
http://www.excelforum.com/member.php...o&userid=35066
View this thread: http://www.excelforum.com/showthread...hreadid=548176