I'm trying to select multiple columns, i.e. Column A
to Column F
and Column H
using the following formula:
enodebdata.Range(enodebdata.Range("A2:F2, H2"), enodebdata.Range("A2:F2, H2").End(xlDown).Range("F2")).Select
The problem is it only selects Columns A
to F
and gives the following error:
Runtime error 424, Object required`.
What am I missing?