Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wanted to load my dropdown list from Access table which refresh every time
i click on the spreadsheets becasue I have the code in activate. Are there any event that I can put my function that only load once. your information is great appreciated, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Souris,
you could test to find out if there is anything loaded in the dropdown. Put your code in the control's activate stub. If dropsown1.count0 then Exit sub Else 'do your loading code here End if "Souris" wrote: I wanted to load my dropdown list from Access table which refresh every time i click on the spreadsheets becasue I have the code in activate. Are there any event that I can put my function that only load once. your information is great appreciated, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamically load DataValidation List through Source field? | Excel Worksheet Functions | |||
How to load a list of web links into specific worksheets? | Excel Worksheet Functions | |||
Macro to Load Data from ver 1 to ver 2 | Excel Discussion (Misc queries) | |||
Load List from External Excel file | Excel Programming | |||
Userform List Boxes Load Very Slowly | Excel Programming |