I've the following code extract below,
Dim profileRange as Variant
profileRange = ActiveWorkbook.Worksheets("Scenario").Range(Cells(1, "C"), Cells(5, "C"))
Then I get the following in the watch expression
Watch Expression: profileRange
Value: Empty
Type: Variant/Empty
It's supposed to get the numbers assigned in that sheet..which goes form 1 to 5
Also, I get this when running the code
Error 1004:
Application or Object defined error
Can someone please help?