Yes it can be done, but you would need an event macro.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$C$1" Then [C1] = 7
If Target.Address = "$C$2" Then [C2] = 6
End Sub
This macro is attached to the Worksheet, not a Macro Module.
Hit Alt+F11, then click on the sheet you need (possibly Sheet1), then paste the macro above
I hope this helps, please let me know!
Regards,
David
- Please click on the *Add Reputation button at the bottom of helpful responses.
Please mark your thread as SOLVED:
- Click Thread Tools above your first post, select "Mark your thread as Solved".
If several people have responded, when you reply please make it clear WHO you are responding
to by mentioning their name.
Bookmarks