pandatastic
New Member
- Joined
- Feb 2, 2018
- Messages
- 3
Hi,
Here is my current macro
Range("b1").Select
Selection.End(xlDown).Select
ActiveCell.Offset(0, 1).Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.Offset(0, -1)).Select
What I need it to do is to select one less cell counting from the right. Becaseu ctrl+shift selects until the filled cell, but I only need to select until the empty cell.
Any other suggestions are more than welcomed!
Thank you!
Here is my current macro
Range("b1").Select
Selection.End(xlDown).Select
ActiveCell.Offset(0, 1).Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.Offset(0, -1)).Select
What I need it to do is to select one less cell counting from the right. Becaseu ctrl+shift selects until the filled cell, but I only need to select until the empty cell.
Any other suggestions are more than welcomed!
Thank you!