Macro Range Selection
I did <g thanks
"Dave Peterson" wrote:
I bet you meant
intersect(activecell.entirerow, range("a:c"))
Mike H wrote:
maybe
Union(ActiveCell.EntireRow, Range("A:C")).Select
Mike
"Roy A." wrote:
Range("A16:C16").Select
I would like the above command to select columns A:C with the current cursor
row.
Obviously a Macro newbee, lol Thanks for any assistance.
--
Dave Peterson
|