SyntaxFix
Write A Post
Hire A Developer
Questions
Have you tried:
For one cell:
ActiveCell.Select
For multiple selected cells:
Selection.Range
For example:
Dim rng As Range Set rng = Range(Selection.Address)