Private Sub Worksheet_Change(ByVal Target As Range) '
If Target.Address = "$C$3" Then
Worksheets("another sheet").Activate
MsgBox Cells(3, 1) 'from "another sheet" sheet
--------------
Msgbox shows a cell value from "main" sheet not from "another sheet". Can
You help me, thanks in advance
Bookmarks