Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to copy the formats and values from one sheet to another. I want to get around using the copy paste method so i am trying something like this: Sheets("1").Range("A1:AA160") = Sheets("2").Range("A1:AA160").Values Ok, that works fine and dandy... but what if the range is dynamic! I want something like this Sheets("1").UsedRange = Sheets("2").UsedRange.Values but vba doesnt like that I also want to do the same thing for the formats like this Sheets("1").UsedRange.FormatConditions = Sheets("2").UsedRange.FormatConditions No dice either... Could anyone steer me in the right direction. thanks jer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying formats - column widths, formats, outlining to worksheets | Excel Worksheet Functions | |||
How to determine the optimized correlation between 2 sets of data? | Excel Discussion (Misc queries) | |||
Copying Formats | Excel Discussion (Misc queries) | |||
Copying formats? | Excel Programming | |||
Question about creating Optimized Excel VBA/Formula Files | Excel Programming |