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

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,223,908
Messages
6,175,305
Members
452,633
Latest member
DougMo

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