Cellardoor
Member
Dear Friends.
In my workbooks, I have a macro to select "A1" when I open one sheet.
On Error Resume Next
Wsh.Range("A1").Select
The thing is when I double click one linked cell (Formula example = sheet2!B4), instead of going to this cell (due to Allow editing...option deactivated), it goes to A1, due to the VBA.
So, my question is how can I have one exception in my code for the "allow directly..."option to work
Is it possible?
Thank you
Best Regards
In my workbooks, I have a macro to select "A1" when I open one sheet.
On Error Resume Next
Wsh.Range("A1").Select
The thing is when I double click one linked cell (Formula example = sheet2!B4), instead of going to this cell (due to Allow editing...option deactivated), it goes to A1, due to the VBA.
So, my question is how can I have one exception in my code for the "allow directly..."option to work
Is it possible?
Thank you
Best Regards