Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 191
Default cut/copy & paste w/source formatting except for conditional format

I regularly need to cut or copy and paste from one worksheet to another and
I'm having trouble with how I want it formatted.

ex:
T1234 22/07/09 SC 04/08/09 Norway
In my workbook T1234 has a blue fill (manual) and 04/08/09 has a green fill
(conditional formatting). I need to cut or copy and paste the entire row
into another worksheet and keep the blue formatting from the first cell, but
I don't want the conditional formatting anymore. Is there a way to do this
without changing the format every time after I paste? This would be
INCREDIBLY helpful! Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default cut/copy & paste w/source formatting except for conditionalformat

Hi

When all data and formatting has been pasted, use the line below to
delete Conditional formatting from the range.

Range("A1:D10").FormatConditions.Delete 'Change range to suit

Hopes this helps.
....
Per

On 4 Aug., 23:11, Jamie wrote:
I regularly need to cut or copy and paste from one worksheet to another and
I'm having trouble with how I want it formatted.

ex:
T1234 * * *22/07/09 * * SC * * *04/08/09 * * *Norway
In my workbook T1234 has a blue fill (manual) and 04/08/09 has a green fill
(conditional formatting). *I need to cut or copy and paste the entire row
into another worksheet and keep the blue formatting from the first cell, but
I don't want the conditional formatting anymore. *Is there a way to do this
without changing the format every time after I paste? *This would be
INCREDIBLY helpful! *Thanks!


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default cut/copy & paste w/source formatting except for conditional format

All I can think of is make the copy and paste then with the pasted cells
selected go to CF and "Delete"

All selected cells will have CF deleted.


Gord Dibben MS Excel MVP

On Tue, 4 Aug 2009 14:11:01 -0700, Jamie
wrote:

I regularly need to cut or copy and paste from one worksheet to another and
I'm having trouble with how I want it formatted.

ex:
T1234 22/07/09 SC 04/08/09 Norway
In my workbook T1234 has a blue fill (manual) and 04/08/09 has a green fill
(conditional formatting). I need to cut or copy and paste the entire row
into another worksheet and keep the blue formatting from the first cell, but
I don't want the conditional formatting anymore. Is there a way to do this
without changing the format every time after I paste? This would be
INCREDIBLY helpful! Thanks!


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
Copy and Paste Conditional Formatting igbert Excel Discussion (Misc queries) 3 November 30th 09 05:25 PM
How do I copy & paste and keep the source formatting? dmk Excel Discussion (Misc queries) 2 August 6th 08 04:52 PM
copy conditional formatting, paste format without conditions jasonr17 Excel Discussion (Misc queries) 6 May 2nd 08 05:52 PM
copy/paste want to retain cell coloration but lose the conditional formatting source data Keith R Excel Discussion (Misc queries) 6 March 5th 07 09:10 PM
Copy paste Conditional Formatting Bud Hughes Excel Discussion (Misc queries) 3 October 1st 05 11:28 PM


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