I've got this line of code
Set search_MachineID = Worksheets(sheet_name).Activate.Find("Machine Serial Number:", Lookat:=xlPart)
and when I run my code I get the following message Run-Time error '424': object required.
What am I doing wrong? Is this happening because the text that I'm searching doesn't exist on this sheet?