Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am using the transpose function to send arrays of colored cells with
data from one worksheet to another in the opposite orientation. The data is transposing and updating correctly, but I lose any color/cell formatting on the way. Are there any VBA or Macros to have the formatting follow as well, keeping in mind that the cells are now on the opposite orientation? |
#2
![]() |
|||
|
|||
![]()
The original cells are probably using conditional formatting?
Alok "Bryan" wrote: I am using the transpose function to send arrays of colored cells with data from one worksheet to another in the opposite orientation. The data is transposing and updating correctly, but I lose any color/cell formatting on the way. Are there any VBA or Macros to have the formatting follow as well, keeping in mind that the cells are now on the opposite orientation? |
#3
![]() |
|||
|
|||
![]()
Try using paste special instead of the Transpose() function. It's under the
Edit menu. Be sure to select Paste All and Transpose at the bottom of the dialog. "Alok" wrote: The original cells are probably using conditional formatting? Alok "Bryan" wrote: I am using the transpose function to send arrays of colored cells with data from one worksheet to another in the opposite orientation. The data is transposing and updating correctly, but I lose any color/cell formatting on the way. Are there any VBA or Macros to have the formatting follow as well, keeping in mind that the cells are now on the opposite orientation? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
advanced: synchronizing data value across two worksheet drop boxes | Excel Worksheet Functions | |||
Update Worksheet to Worksheet | Excel Worksheet Functions | |||
Copy from worksheet to another x times | Excel Discussion (Misc queries) | |||
Worksheet Function - Find? | Excel Worksheet Functions | |||
Worksheet name and Backward compatibility | Excel Discussion (Misc queries) |