Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assuming myarray is a 2-D array:
rw = Ubound(myarray,1)-lbound(myarray,1)+1 col = Ubound(myarary,2)-lbound(myarray,2)+1 Range("A1").Resize(rw,col).Value = myArray -- Regards, Tom Ogilvy mudraker wrote in message ... Tom This looks exactly like what I am after Is there a simular simple way to fill a sheet with data held in an Array Thanks ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill in cells with an array | Excel Discussion (Misc queries) | |||
Array formula fill down problem | Excel Worksheet Functions | |||
Fill array with fn variables that vary across and down? | Excel Worksheet Functions | |||
fill down array to last available row | Excel Worksheet Functions | |||
Fill Searched array with text | Excel Programming |