Use of Macros

Use of Macros

I use the following in Excel.....Sub Plan()'' Plan Macro'' ActiveSheet.Unprotect Application.Goto Reference:="Plan" Selection.Copy Application.Goto Reference:="Option" ActiveSheet.Paste Range("B10").Select ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=TrueEnd Sub.....but this doesn't work in Zoho as it gives me the error message unknown function "Goto". Can you help?Thanks