Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Is ther a limit to the # of cells one can use in a range collection? IE: For Each rCell In Range("C17:Q17,S17:T17,V17:AC17,AH17:AO17,AQ17:AR1 7,C21:Q27,S21:T27,V21:AC27,AH21:AO27,AQ21:AR27,C31 :Q37,S31:T37,V31:AC37,AH31:AO37,AQ31:AR37,C41:Q47, S41:T47,V41:AC47,AH41:AO47,AQ41:AR47,C51:Q57,S51:T 57,V51:AC57,AH51:AO57,AQ51:AR57,C62:Q63,S62:T63,V6 2:AC63,AH62:AO63,AQ62:AR63") rCell.Value = rData(i) i = i + 1 Next This does not work... Ernst. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Collection | Excel Programming | |||
Range objects in a collection | Excel Programming | |||
Deleting named ranges by looping through range collection | Excel Programming | |||
Adding Range to Worksheet Names Collection | Excel Programming | |||
calculating and adding a range to a collection | Excel Programming |