Thread
:
Unable to disable macro
View Single Post
#
6
Posted to microsoft.public.excel.programming
Carim[_2_]
external usenet poster
Posts: 97
Unable to disable macro
Hi Lisa,
Have a go with :
Sub Test()
Application.CommandBars("Cell").Enabled = True
End Sub
HTH
Reply With Quote
Carim[_2_]
View Public Profile
Find all posts by Carim[_2_]