Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave, cheers for that and many thanks for your help
Dave Peterson wrote: You can format all 5 cells. with .Cells(r, "A").Offset(1, 0).Resize(1, 5) .numberformat = "@" .value = Array("X", "DSINV", "C1", "01", "cap") end with or just format that one cell. .cells(r,"A").offset(1,3).numberformat = "@" .Cells(r, "A").Offset(1, 0).Resize(1, 5) _ = Array("X", "DSINV", "C1", "01", "cap") Morning Dave, [quoted text clipped - 46 lines] Can anyone assist?, i am using 2003. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200604/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I copy a header to insert on multilpe sheets in a workbook | Excel Discussion (Misc queries) | |||
loop through a column on a workbook copying data on each row to another workbook, then copy data back to the original workbook | Excel Programming | |||
create a copy of a sheet and insert it into the same workbook. | Excel Programming | |||
create a copy of a sheet and insert it into the same workbook. | Excel Programming | |||
Insert Row & copy all formulas - shared workbook | Excel Programming |