PC Review


Reply
Thread Tools Rate Thread

Copy cells in active row

 
 
MikeDDD
Guest
Posts: n/a
 
      14th Oct 2006
I would like to know the best way to copy specific cells from selected
row to specific cells on another work sheet. I have one worksheet that
I keep adding new data to each cell what I need to happen is what ever
cell I select I would like the cells in the selected row pasted into
other cells on another formatted worksheet. The formatted worksheet
cells are always the same the data will overwrite I just need it for a
printout. Any help would be much apprieciated.

Thanks,
Mike

 
Reply With Quote
 
 
 
 
Tom Ogilvy
Guest
Posts: n/a
 
      14th Oct 2006
set sh = Activesheet
rw = Activecell.Row
With Worksheets("Report")
.Range("B9").Value = sh.Cells(rw,"A").Value
.Range("C11").Value = sh.Cells(rw,"B").Value
.Range("B3").Value = sh.Cells(rw,"C").Value
End with


--
Regards,
Tom Ogilvy


"MikeDDD" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I would like to know the best way to copy specific cells from selected
> row to specific cells on another work sheet. I have one worksheet that
> I keep adding new data to each cell what I need to happen is what ever
> cell I select I would like the cells in the selected row pasted into
> other cells on another formatted worksheet. The formatted worksheet
> cells are always the same the data will overwrite I just need it for a
> printout. Any help would be much apprieciated.
>
> Thanks,
> Mike
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy and Paste Formula from ActiveCell to cells in 13 columns priorto the active column sgltaylor Microsoft Excel Programming 1 30th Nov 2009 10:33 AM
Copy active sheet to new - do no copy buttons =?Utf-8?B?Q2FybGVl?= Microsoft Excel Programming 3 13th Jun 2007 04:33 PM
How can I have formatting options like merge cells ,Bold,active for the unlocked cells of the protected worksheet.Is it possible in excel? divya Microsoft Excel Programming 2 20th Jul 2006 02:04 PM
HOW TO COPY 480 ACTIVE E-MAIL ADDRESSES CLM "G" ON AN ACTIVE EXCE. =?Utf-8?B?cmFnbWFuMTA=?= Microsoft Excel Misc 1 13th Dec 2004 11:52 PM
Re: Can I copy active cells to a seperate page for printing.. Dave Peterson Microsoft Excel Misc 0 13th Sep 2004 11:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:18 AM.