Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This code piece works it creates a header row except it stores the value of
the cell #17 into cell #3 as a number value instead of a string value and I don't know how to change it without rewriting the rest of it. With ActiveWorkbook.Worksheets("Sheet1") XXXXX XXXXXother stuff ..Rows(2).Insert ..Range(.Cells(2, 1), .Cells(2, 26)).Interior.ColorIndex = 15 With .Cells(2, 3) Value = .Cells(3, 17) //this neeeds to be text value .Font.Bold = True .Font.Size = 14 .RowHeight = 18 .Font.Color = vbWhite End With End With THANKS. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number of Occurrences of a String Value within a String | Excel Discussion (Misc queries) | |||
Change 3 letter text string to a number string | Excel Discussion (Misc queries) | |||
counting the number of instances of a string within another string | Excel Worksheet Functions | |||
Splitting a text string into string and number | Excel Discussion (Misc queries) | |||
converting number string to number with decimal | Excel Worksheet Functions |