![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Location: France
Posts: 8
|
Hello!
I want to make a macro to construct 120 radar graphs. The data are from cell (1,1) to cell(120, 5). I have 120 regions and five axes. I would like to use the command "for", but I do not succeed in selecting the range. He does not understand for i=1 to 120 range(cells(i,1), cells(i,5)).selection What can I do? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
Not exactly sure if this is what you want, but it will select all the cells from 1,1 to 120,5: -
Range(Cells(1, 1), Cells(120, 5)).Select |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Location: France
Posts: 8
|
not exactly, but it could help
thanks |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|