View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default Paste under selected cell

ActiveCell(2,1) will refer to the cell directly below the active
cell.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Btobin0" wrote in message
...
I have macro that when selected, grabs the information and run a
search. I am
trying to find a way to return the information under the
selected cell.