I’ve attached a screenshot of my project. When I clicked “Debug”, it has an issue with the following code “DOT = ActiveCell.Offset(0, 1).Value”.
I dimed DOT as a date. Can you let me know what I need to fix?
1 Answers
There are a couple of different potential issues. It is possible that the value being passed in through that cell isn’t a date and trying to put it into a date type. Unfortunately the screenshot didn’t come through and debugging is best done when someone can look at it. I would recommend talking with your TA or going into the TA lab.
Your Answer