Do you realize you have the "Range" property twice in that line?
Update: You may also need a line before that to activate the sheet if it's not the active sheet, e.g.![]()
wsFormat.Range(wsFormat.Cells(1, 1), wsFormat.Cells(lFormatRow - 1, 4)).Range.Select
![]()
wsFormat.Activate
Bookmarks