With the kind help from Doug Robins, I have managed to populate a userform
with data from a large table. However, because there is a lot of data in
the table, it takes quite a long time to initlialise the userform with this
data.
Is there a way that this userform with the populated data can be saved so
this process does not have to be done each time the userform is used?
Mark
Jezebel - 22 Aug 2006 14:34 GMT
You have to initialise the form once each session -- but having done so, you
can hold the data as long as Word is running. The trick is not to unload the
form when you've finished, but to hide it.
> With the kind help from Doug Robins, I have managed to populate a
> userform
[quoted text clipped - 7 lines]
>
> Mark