I want to store the value of cell [136,7] in sheet Schools in a string
Dim Num As String
Num = Schools.Cells(136,7).Value
This code won't run. I am suspecting the error occurs because I cannot refer to my sheet directly use its name. But I do not know how to remedy this.