Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default conditional formating

how do i copy conditional formating from one cell to other(in code)?
another question: how do i copy cell (or cells) without conditional
formating but with all others(formula, formats, values) (in code)
--
--
Miri Tz.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default conditional formating

Range("A1").Copy
Range("B1").PasteSpecial Paste:=xlPasteFormats

and

Range("A1").Copy Range("B1")
Range("B1").FormatConditions(1).Delete


--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Miri" wrote in message
...
how do i copy conditional formating from one cell to other(in code)?
another question: how do i copy cell (or cells) without conditional
formating but with all others(formula, formats, values) (in code)
--
--
Miri Tz.



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
conditional formating Wilfried New Users to Excel 3 December 29th 06 06:03 PM
Conditional Formating carl Excel Worksheet Functions 1 April 3rd 06 07:39 PM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM
conditional formating Jed Excel Discussion (Misc queries) 3 June 14th 05 05:11 PM
Conditional formating Esrei Excel Discussion (Misc queries) 4 March 2nd 05 12:34 PM


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