I'm getting the "Object Variable Not Set" Error on the following lines of code:
Cells.Find(What:="Current Brand").Activate
ActiveCell.Offset(0, 1).Activate
Curr_Brand = ActiveCell.Value
'Curr_Brand is defined as a String.
Any help would be great.
Thanks,
Cells.Find(What:="Current Brand").Activate
ActiveCell.Offset(0, 1).Activate
Curr_Brand = ActiveCell.Value
'Curr_Brand is defined as a String.
Any help would be great.
Thanks,