Late Binding - range.font

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top