Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I ended up finally writing a macro that would do the trick:
'fromCell is found using a Cells.Find() 'toCell is assigned Sub Fill(fromCell, toCell) With toCell .Value = fromCell.Value .Interior.ColorIndex = fromCell.Interior.ColorIndex .Interior.Pattern = fromCell.Interior.Pattern End With End Sub *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel UDF copy cell with formatting | Excel Discussion (Misc queries) | |||
In a formula, copy the value and formatting of another cell | Excel Worksheet Functions | |||
Copy data to new cell but with different formatting | Excel Discussion (Misc queries) | |||
How do I copy formatting in a cell reference | Excel Discussion (Misc queries) | |||
Copy cell with individual formatting | Excel Programming |