![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 1
|
Good day !
I have an Excel problem here. The scenario is as below : There's a combo box in the worksheet. The combo box will get its item data from another external Excel file, for example, in an central server. When the user clicks on the combo box and choose an item ID, once selected, the combo box value will be used to retrieved appropiate records from the external Excel file. How can I accomplished that ? To retrieve the item data for the combo box, I try to use a Do-while loop and specify every single cell using LINK to get the value. I know it's not efficient but I really cannot find any other working method. As for retrieve records using the Combo Box value, at first I use VLINK for every single cell also. Everything works fine until when I tried to delete a single row. My PC just hang there once I delete the row. Any solutions ? And one more thing, how can I prevent the users from modifying the specific cells contain sensitive data like Price, in the sheet. I tried to use the Tools->Protection to protect, but then after that I can't even delete any rows. Thanks a lot ! SonicWave |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
the Name the Range, say ExternalListFillRange then in the Combobox ListFillRange put '=ExternalListFillRange' hope this helps
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|