Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Im using the following macro
Sub AddColumnt( ActiveCell.Offset(0, 1).EntireColumn.Inser Range("A1:A10").Copy ActiveCell.Offset(0, 1 End Su It copies A1:A10 and inserts column and paste next to active cell Cell A5 has a formula as well as conditional formatting using isformula UDF. The cell is colored yellow and if there is a formula it is white, so at the time of copy it is white. (Im' trying to see that user has over tpyed foormula). The copy picks up the CF but it doesnt pick up the cell color. Seems as though I can get the formula and the CF but not the cell color. What can I add to pick up that color as well as the CF Many Thank Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy a column and paste to another tab to save the data for each m | Excel Discussion (Misc queries) | |||
Why won't the copy/paste from PDF retain the row/column in excel? | Excel Discussion (Misc queries) | |||
copy data and formulas from a column and paste into a row | Excel Worksheet Functions | |||
Copy and paste from last record at bottom of column | New Users to Excel | |||
Copy contents in a row and paste in a column | Setting up and Configuration of Excel |