ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   load list data (https://www.excelbanter.com/excel-programming/403837-load-list-data.html)

Souris

load list data
 
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,

JR Form

load list data
 
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,



All times are GMT +1. The time now is 10:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com