I have a two worksheets database and unique data .
From worksheets database,I am trying trying to activate macro below to freeze first row of unique data
getting runtime error 1004
unable to get the select property of range class
Can anyone assist what is going wrong
![]()
Sub FREEZE() With Sheets("unique data").Rows("2:2").Select ActiveWindow.FreezePanes = True End With End Sub
Bookmarks