If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Paste special and Conditional Formatting

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-31-06, 16:30
nate77 nate77 is offline
Registered User
 
Join Date: Aug 2006
Posts: 14
Paste special and Conditional Formatting

Hi Again,

I'm trying to copy-paste select columns of data from sheet1 to sheet2(eg: copying columns A,B,C F,I J from Columns A thru O). and this is the method i follow,
  1. Copy the selected columns from Sheet1
  2. I select a cell in sheet 2 (where I want data pasted) right click and select the paste special option.
  3. In paste special, I ensure the All option is chosen and then click on paste link.

My data is pasted however, I seem to be losing the conditional formatting coloring that I applied in sheet1.

Can anyone out there, please let me know the correct approach.

Thanks,
Nate
Reply With Quote
  #2 (permalink)  
Old 08-31-06, 19:27
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Anytime you paste (even PasteSpecial with "All" selected") will overwrite any conditional formatting. Make sure that the "Format" on Paste Special is NOT checked.
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #3 (permalink)  
Old 09-01-06, 09:57
nate77 nate77 is offline
Registered User
 
Join Date: Aug 2006
Posts: 14
Thanks shades, but, In paste special (excel 2000) , It does not let me select multiple options (e.g formulas,validation,formats...), Which I need, since my sheet1 has calulated values,manual values(in some),conditional format and validation applied.

When I just use the paste option, the conditional formatting works as long as sheet1 cell has a manual entry instead of a calculated value/formula.

I want to have calculated values in sheet1 and have conditional format retained in my pasted areas. Is this possible?
Reply With Quote
  #4 (permalink)  
Old 09-01-06, 17:15
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Probably will have to be done with code. Can you attach small sample?
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #5 (permalink)  
Old 09-06-06, 18:10
nate77 nate77 is offline
Registered User
 
Join Date: Aug 2006
Posts: 14
Hi Shades,

Looks like my problem is solved. Here is what I did!

I copy say sheet1:cell A1:10 and paste it in sheet2:cell B2(destination)

In destination cell,I select paste special, ensure All is selected and click on paste Link

Again select paste special, select format and ok

This ensures the pasted cell carries the conditional format and also updates automatically if source sheet cell value changes.Im recording Macro to make this easy to work.

Thanks!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On