Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub extract()
Dim I As Double I = 1013 descript = WorksheetFunction.VLookup(I, Range("itemlist!Database"), 2) Debug.Print descript descript = WorksheetFunction.VLookup(I, Range("itemlist!Database"), 3) Debug.Print descript descript = WorksheetFunction.VLookup(I, Range("itemlist!Database"), 4) Debug.Print descript '......etc End Sub What I want to do is extract all the information pertaining to "I" ,which fills 8 columns, with code that will bring it into code as an array. I know how to send an array to a worksheet but can not find any examples on how to populate the array from a worksheet.(In this case, my database) Thanks very much Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Link info in one cell to info in several cells in another column (like a database) | Excel Discussion (Misc queries) | |||
Extracting Records From Excel Database | Excel Discussion (Misc queries) | |||
Extracting data without using database functions | Excel Worksheet Functions | |||
extracting contact info to a database | Excel Discussion (Misc queries) | |||
extracting info the best way | Excel Programming |