Allow Editing Directly in Cell

Cellardoor

New Member
Joined
Oct 4, 2017
Messages
8
Dear Friends.

I have this option (aloow editing...) deactivated, which allows me to jump directly to the cell in the formula (as you probably know)

Let's assume this formula: " = Sheet2!F5". If i double click, i'll go directly to this cell

I also have the following code:

Code:
Private Sub Workbook_SheetActivate(ByVal Wsh As Object)

On Error Resume Next
Wsh.Range("A1").Select

End Sub

This code takes me to Cell A1 of the sheet I'm opening...

The thing is that this code also cancels the "allow editing..." work.

If I double click on "Sheet2!F5", instead of going to Sheet 2, Cell F5, I'll go to Sheet 2, Cell A1...

Is there any way to make an exception on the code? Or something that allows me to go the double clicked cell...

Thank you

Cellardoor
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,224,824
Messages
6,181,186
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top