Hello, When I Double Click on Cell Erase Text in the Cell , in the PROTECTED SHEET, I need to deactivate it.
Could You please help me ?
Hello, When I Double Click on Cell Erase Text in the Cell , in the PROTECTED SHEET, I need to deactivate it.
Could You please help me ?
Last edited by soubasa; 04-16-2020 at 03:23 PM.
In the worksheet Before Double Click event in the VBE place this code
Save your file as either .xlsb or .xlsm![]()
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) ActiveCell.ClearContents End Sub
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
I'm not a use VBA , just use a simple table .xlsx
it solved by ---> Option ---> Advanced ---> then uncheck Allow editing directly in cells
Sincerely Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks