Hi, All sorted. Think the problem was i was trying to resize the selection rather than the current range.
Code:
With ShipmentTimelinessWeekPrevious.Sheets("Data")
Dim RowHeight As Range
Set RowHeight = Range(Range("A5"), Range("A5").End(xlDown))
    RowHeight.Resize(, RowHeight.Columns.Count + 10).Select