Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello - I have a userform that loads an xml file with the initiallization
event then populates a listbox using an xpath query. I need to populate up to 6 listboxes with filters based on what the user selected from the previous listbox. So I am loading the xml with click events, and it is a very large file. Is there a way to load it when the form initializes and keep it loaded until the form is unloaded? -- Thanks, Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Create a global variable to hold the document and it should be maintained between selections.
-- Tim Williams Palo Alto, CA "Mike Archer" wrote in message ... Hello - I have a userform that loads an xml file with the initiallization event then populates a listbox using an xpath query. I need to populate up to 6 listboxes with filters based on what the user selected from the previous listbox. So I am loading the xml with click events, and it is a very large file. Is there a way to load it when the form initializes and keep it loaded until the form is unloaded? -- Thanks, Mike |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Okay.. Because it so big, do I need to worry about dumping when the userform
is unloaded? -- Thanks, Mike "Tim Williams" wrote: Create a global variable to hold the document and it should be maintained between selections. -- Tim Williams Palo Alto, CA "Mike Archer" wrote in message ... Hello - I have a userform that loads an xml file with the initiallization event then populates a listbox using an xpath query. I need to populate up to 6 listboxes with filters based on what the user selected from the previous listbox. So I am loading the xml with click events, and it is a very large file. Is there a way to load it when the form initializes and keep it loaded until the form is unloaded? -- Thanks, Mike |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the form is unloaded then it should be dumped automatically.
How big is it? Tim "Mike Archer" wrote in message ... Okay.. Because it so big, do I need to worry about dumping when the userform is unloaded? -- Thanks, Mike "Tim Williams" wrote: Create a global variable to hold the document and it should be maintained between selections. -- Tim Williams Palo Alto, CA "Mike Archer" wrote in message ... Hello - I have a userform that loads an xml file with the initiallization event then populates a listbox using an xpath query. I need to populate up to 6 listboxes with filters based on what the user selected from the previous listbox. So I am loading the xml with click events, and it is a very large file. Is there a way to load it when the form initializes and keep it loaded until the form is unloaded? -- Thanks, Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
loading add ins | Excel Discussion (Misc queries) | |||
Loading... | Excel Discussion (Misc queries) | |||
loading | Excel Discussion (Misc queries) | |||
Add-ins not loading | Excel Programming | |||
Add-ins not loading | Excel Discussion (Misc queries) |