Just wondering why this goes to error 91 "object or with block not set"
Dim MyRange as Range
Dim a
Set MyRange = Application.Range("Sheet1!A2:G2")
a= MyRange(1).comment.text
' Set a= MyRange(1).comment.text
Both 'a=' lines result in the same error 91
Thanks.