Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
An very basic question.
How to get a cell's column character, but not column number? I mean for cells(1,1), I want to get a string as "A", but not an integer 1. The reason for that is when I work on Chart, it looks dosen't accept ..SeriesCollection(1).XValues = Sheets("Sum").Range(cells (2,1), cells(13,1)) only accept ..SeriesCollection(1).XValues = Sheets("Sum").Range ("A2:A13") I need to convert cells to a "A2" format. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
search a column for a character.. | Excel Discussion (Misc queries) | |||
How do I sort a column by last character | Excel Worksheet Functions | |||
Set Character limit in Column | Setting up and Configuration of Excel | |||
Add a character to each row in a column | Excel Discussion (Misc queries) | |||
repeating a character across the width of a column | Excel Worksheet Functions |