View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Grandad Grandad is offline
external usenet poster
 
Posts: 20
Default Help with ComboBox Please

Thanks Tom much appreciated

Regards

Mick

"Tom Ogilvy" wrote in message
...
Insert a sheet in the workbook containing the combobox and link cells in
that sheet to the closed workbook.

Use the cells in the inserted sheet for the ListFillrange

--
Regards,
Tom Ogilvy

"Grandad" wrote in message
...
I am using a VLOOKUP table to obtain data from another workbook called
DataWorkbook.xls, when both the workbook are open, all is OK , but I
would
prefer to read DataWorkbook.xls without opening it.

In the ComboBox I use "ListFillRange" to identify the location of the
workbook.
I.E. 'C:\2004\Data\DataWorkbook.xls'!DataRange, the LinkedCell is defined

as
A1 which is used to place data in J1 and K1

Is there a way I can do this so that I can read the DataWorkbook.xls

without
opening it?
--
Kind Regards

Mick