S
Simon Finn
Hi Guys
I have been automating word from VB6, i havent done too much with word
before so i have been using early binding to program it.
I have finished the coding so now i am changing it to late binding to make
the project independent of the word version.
I get runtime error 424 when i attempt to set the font using:
rngHeading.Font.Name = "Arial"
How should i change the font using late binding?
Thanks Si
I have been automating word from VB6, i havent done too much with word
before so i have been using early binding to program it.
I have finished the coding so now i am changing it to late binding to make
the project independent of the word version.
I get runtime error 424 when i attempt to set the font using:
rngHeading.Font.Name = "Arial"
How should i change the font using late binding?
Thanks Si