Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Btobin0
 
Posts: n/a
Default Paste under selected cell

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul B
 
Posts: n/a
Default Paste under selected cell

Btobin0, this will get you the cell under the active one

ActiveCell.Offset(1, 0).Select


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"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.



  #3   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.



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

what if I am pasting to 11 cells under the active? What would I need to change?

"Paul B" wrote:

Btobin0, this will get you the cell under the active one

ActiveCell.Offset(1, 0).Select


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"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.




  #5   Report Post  
Posted to microsoft.public.excel.misc
Btobin0
 
Posts: n/a
Default Paste under selected cell

ok, let me ask this: if I have b2 as my selected cell, how can I paste to b3
thru b13

"Chip Pearson" wrote:

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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I insert the address of a selected cell into a fixed cell cox Excel Discussion (Misc queries) 2 May 27th 06 07:44 PM
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
how read value from last selected cell? It is possible? how get adress last selected cell? Andrzej New Users to Excel 4 May 30th 05 07:28 PM
Paste Link enters a 0 into the cell where I paste. How do I elemin UNR Excel Discussion (Misc queries) 4 March 28th 05 01:54 AM
excel - numbers as text Thuferhawat New Users to Excel 12 January 24th 05 09:29 PM


All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"