Hello,
i have an simple application which embbed microsoft word and microsoft power point in ole. its just
dealing with some simple task like save , open and some database function. i facing a problem
of , when i first running my application , it take long time to load.
my form_load mdule contains the folowing code
OLE1.CreateEmbed vbNullString, "Word.Document"
Set objAppWord = OLE1.object
it takes few second to execute the statements. any method to reduce to time?
Hi. Yes if you include references to MSWord and Powerpoint in your project you can use automation objects directly. This will be much faster. The delay at the start is normally because word or powerpoint is not running so they need to be loaded into memory.