It's more Basic than VB. Here is how the MS Word object is created:
Dim WBO As Object 'Declare WBO as object
Set WBO = CreateObject("Word.Basic")
WBO.AppShow 'show the word doc
WBO.FileNewDefault 'Default file name assigned by word
The line of text I want to change...
Can anyone help with this?? I use hummingbird 6.0 editor, using hummingbird basic. I have a macro that interfaces with billing software, checks port status and prints out the final report in a word doc. I have the word object declared and everything works fine, except I can't change the font...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.