I would like to data sort a sheet which has a header starting on Row 2. Whenever I try doing this, I get an error that A2 and F2 are non-defined variables.
Is there something obvious I am overlooking?![]()
Sheet4.Range(“A2”).CurrentRegion.Sort Key1:=Sheet4.Range(“F2”), Order1:=xlAscending, Header:=xlYes
Bookmarks