Hi,
Filling the combobox list with values from a closed workbook can be done with an ADODB connection using SQL Select statement
Which are the columns with which you need this data
i.e. In the 'File Invoice' file you have posted earlier what is the output you expect and how did you arrive that output
Hello Sathish,
Thank you for your reply.
Luke , is helping me out to achieve the functionality and learning good things from him.
Yes, it would be wonderful to know about ADODB connection from you, its a new thing for me
Please find attached the 2 files:
1. File Master Data.xlsx
2. File Invoice1.xlsm
The columns needed from File Master Data.xlsx are:
1. Customer Name
2. VAT Number
3. Country
4. City
5. Amount1
6. Amount2
7. Amount4
In File Invoice1.xlsx, the Combobox is physically placed outside the Table.
The criteria for populating the combobox is as follows:
When the user clicks on the combobox, it should populate the rows from 'File Master Data.xlsm' for the current row's Customer and VAT value.
Thanks & regards
Don