ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Toolbar customization (https://www.excelbanter.com/excel-programming/273161-re-toolbar-customization.html)

Dave Peterson[_3_]

Toolbar customization
 
Maybe draconian because it stops all double clicking, but:

Application.OnDoubleClick = "donothing"

Sub donothing()
' MsgBox "hi"
End Sub

To bring it back,
Application.OnDoubleClick = ""

KB wrote:

Ron thank you very much for your reply. I tried that before posting my
message here and its not working

KB

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


--

Dave Peterson



All times are GMT +1. The time now is 12:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com