Q
QB
I have a workbook with several cbos. They are populate when the user clicks
a button (the data comes from another app). I use code like below to
populate them
Sheets("Contract variables").cboServices1.AddItem (Pop_cboServices(i))
This all works fine. The problem I seem to be having is that when I close
the workbook (after saving first) and then reopen it, all my cbos are empty
once again and one must reload the values (which is a slow process). What am
I missing?
Thank you for the help,
QB
a button (the data comes from another app). I use code like below to
populate them
Sheets("Contract variables").cboServices1.AddItem (Pop_cboServices(i))
This all works fine. The problem I seem to be having is that when I close
the workbook (after saving first) and then reopen it, all my cbos are empty
once again and one must reload the values (which is a slow process). What am
I missing?
Thank you for the help,
QB