Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim ARRAY(2,5)
You can't use "Array" as a variable name; it is a reserved word in VBA. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Mac Lingo" wrote in message link.net... If you have an array Dim ARRAY(2,5) you can easily place it in an Worksheet as follows: RANGE_STR = "A1:E2" ' Note same arrangement as ARRAY WorkSheet.Range(RANGE_STR).Value = ARRAY Capt Mac |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Programming Question | Excel Programming | |||
Userform - VBA Programming Question | Excel Programming | |||
Simple programming question | Excel Programming | |||
Help with programming question | Excel Programming |