In ms Excel | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In ms Excel

which features calculate the whole worksheet if any changes made in single cell?

1st Oct 2021, 2:00 PM
Abhishek
Abhishek - avatar
2 Answers
+ 2
This has to be inserted in this worksheet: Sub Worksheet_Change(ByVal Target As Excel.Range) If Target.Address = "$C$1" Then MsgBox "calculate" End If End Sub
1st Oct 2021, 3:42 PM
JaScript
JaScript - avatar
0
Jj
1st Oct 2021, 3:59 PM
Abhishek
Abhishek - avatar