View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default 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