Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Below is a piece of my code:
If Cell.Offset(0, -1).Value < "Comment:" Then WSSD.Cells(rw, "A") = Cell.Offset(0, -1) WSSD.Cells(rw, "A").InsertIndent 3 rw = rw + 1 End If My problem is that I want WSSD.Cells(rw,"A") to have the same format as Cell.Offset(0,-1). However, I want to do this without copying and pasteing, selecting or activating. Is that possible? -- Thanks Shawn |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Format Problem - Date Overrides Format | Excel Discussion (Misc queries) | |||
General Format to Custom format problem | Excel Discussion (Misc queries) | |||
Format problem | Excel Discussion (Misc queries) | |||
format problem | Excel Programming | |||
Format Problem | Excel Programming |