A
Alexey
I need to resize a Range from a Name object, but always receive errors.
....
ThisWorkbook.Names("data").RefersToRange.Rows.Resize(10)
What is the right way to do this?
....
ThisWorkbook.Names("data").RefersToRange.Rows.Resize(10)
What is the right way to do this?