D
David LACASSAGNE
I generate a Visio drawing from an Access Database by using
automation: all the drops and cells modification are made by VBA code
of the Access Database.
Althought I use the functions DropMany, SetFormulas, SetResults, the
creation remains slow.
I was wondering if it would be faster by using another approach:
1-Give all drop and cell values to the Visio document (by automation,
but all the values would be given in a single automation call)
2-Call a Sub of the Visio document that does the drops and cells
modifications from the previous values (so as it is a Visio process
that creates the document contents).
Is there a chance that this solution may be faster to create the
drawing?
Has anybody compared these two solutions?
Thanks in advance,
David.
automation: all the drops and cells modification are made by VBA code
of the Access Database.
Althought I use the functions DropMany, SetFormulas, SetResults, the
creation remains slow.
I was wondering if it would be faster by using another approach:
1-Give all drop and cell values to the Visio document (by automation,
but all the values would be given in a single automation call)
2-Call a Sub of the Visio document that does the drops and cells
modifications from the previous values (so as it is a Visio process
that creates the document contents).
Is there a chance that this solution may be faster to create the
drawing?
Has anybody compared these two solutions?
Thanks in advance,
David.