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 is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,221,525
Messages
6,160,329
Members
451,637
Latest member
hvp2262

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