Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
And Thanks in advance! I would like to have this array, kind of: MyArray=Array(1,5;2,3;5,4;6,6;10,7) this is just one example. I am trying to get one array having the X and Y values of a differen cells. * * * how can i doing this MyArray(1).select and keep selected the Range("P2") cell if Activecell is [A1] Many thanks PS at the moment i am doing this: MyArray = Array(1, 5, 2, 3, 5, 4, 6, 6, 10, 7) For X = 0 To 9 ActiveCell.Offset(MyArray(X), MyArray(X 1)).interior.colorindex=3 'just example Debug.Print ActiveCell.Address X = X + 1 Next -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Declaring variable as a dynamic array? | Excel Programming | |||
declaring a public array | Excel Programming | |||
Q: Declaring a dynamic array | Excel Programming | |||
declaring an array of CheckBox's | Excel Programming | |||
Declaring Dynamic Multi-dimensional Array | Excel Programming |