E
EagleOne
2003/2007
Both lines do not fail:
myRange = wks.Range("A2:F100").Resize(, 1).SpecialCells(xlCellTypeVisible)
-OR-
myRange = wks.Range("A2:F100").SpecialCells(xlCellTypeVisible).Resize(, 1)
Which is best and a little bit as to why
TIA EagleOne
Both lines do not fail:
myRange = wks.Range("A2:F100").Resize(, 1).SpecialCells(xlCellTypeVisible)
-OR-
myRange = wks.Range("A2:F100").SpecialCells(xlCellTypeVisible).Resize(, 1)
Which is best and a little bit as to why
TIA EagleOne