M
MikeF
Simply want to select the CurrentRegion, excluding the first two title rows,
including whatever number of columns there are.
Have tried a few dozen syntaxes, here's the latest that doesn't work...
Range("A1").Select
Selection.CurrentRegion.Select
Selection.Offset(2, 0).Select
Selection.Resize(Rows - 2,).Select
If anyone can help it would be greatly appreciated.
- Mike
including whatever number of columns there are.
Have tried a few dozen syntaxes, here's the latest that doesn't work...
Range("A1").Select
Selection.CurrentRegion.Select
Selection.Offset(2, 0).Select
Selection.Resize(Rows - 2,).Select
If anyone can help it would be greatly appreciated.
- Mike