Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a strange question. I have a sheet. call it test1 I have a range of a table. lets say B4 to G20. named "MyTable" I have a range in the column C named "myCcolumn" If I do this Set TempRange = Worksheets("test1").Range("MyCColumn") level_number = TempRange.Column then level_number = 3. because its C If I loop rows through the table. If I want to read the level_number column, I will be off. Because I am getting the column based on the sheet. not based on the table. I tried to get the column number like this Worksheets("test1").range("MyTable").Range("MyCCol umn") but excel does not like this. Is there a way to get the column based on the MyTable area? thank for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically shift chart data range | Excel Discussion (Misc queries) | |||
range shift | Excel Programming | |||
Range.Delete Shift causing merged cells to unmerge | Excel Programming | |||
Shift constant values in a range left or right by n columns | Excel Programming | |||
How can I shift cell range contents by using a function? | Excel Worksheet Functions |