Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 226
Default Paste and Omit Certain data

Good Morning,

I have a macro that copies one page of data to another by pasting the
values. The original copy page also includes text boxes and clip art on it.
I'm looking to only capture the Excel cell contents in the copy paste process
vs. the clip art and the text boxes.

Since this is pasting to a Template that is formatted exactly the same as
the sheet pasting to it, pasting over the text boxes multiple times ends up
muddying the original text. All I really need is for the cell data to paste
- not the clip art and text boxes.

Any ideas how to instruct the line of data to capture just the one and not
the other?

Thank you - Roger



WB1.ActiveSheet.Range("B2:R62").Copy Destination:=ActiveSheet.Range("B2:R62")

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 94
Default Paste and Omit Certain data


Hello,

Adding the below right before you copy line might just do the trick.

Jenny B.

Application.CopyObjectsWithCells = False

"Roger" wrote:

Good Morning,

I have a macro that copies one page of data to another by pasting the
values. The original copy page also includes text boxes and clip art on it.
I'm looking to only capture the Excel cell contents in the copy paste process
vs. the clip art and the text boxes.

Since this is pasting to a Template that is formatted exactly the same as
the sheet pasting to it, pasting over the text boxes multiple times ends up
muddying the original text. All I really need is for the cell data to paste
- not the clip art and text boxes.

Any ideas how to instruct the line of data to capture just the one and not
the other?

Thank you - Roger



WB1.ActiveSheet.Range("B2:R62").Copy Destination:=ActiveSheet.Range("B2:R62")

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 represent omit in a list of data in excell? kjalj Excel Discussion (Misc queries) 0 October 30th 06 03:51 PM
how to omit printing data highlighted in red Eagle1 Excel Worksheet Functions 2 September 8th 06 04:51 PM
How do I omit hidden data from autosum calculations? wolfthrone Excel Worksheet Functions 5 March 3rd 06 08:10 PM
How to omit data in a chart when there are error values? Bou Charts and Charting in Excel 2 June 10th 05 08:51 PM
How can I make the graph omit blank cells in the data set? easy Charts and Charting in Excel 3 March 17th 05 02:48 PM


All times are GMT +1. The time now is 08:16 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"