This simple line of code is throwing up error:
Application or Object defined error.
Sub vartest()
movie_name = "TITANIC"
Worksheets("Sheet1").Activate
Range("b1").End(xlDown).Offset(1, 0).Select
Active.Value = movie_name
MsgBox movie_name & " is the Movie"
Please help.