Visual Basic for Apps online tutorial

  • Thread starter Doug Waters 03/03/08
  • Start date
D

Doug Waters 03/03/08

Can anyone tell me where to find a REAL Visual Basic for Apps online
tutorial? Everything I'm finding just has links pointing you back and forth
from one webpage to another but not actually showing any source code.

Also, the VBA I have is version 6.5.1024, which comes up from the Macro
menus in my Office Professional Edition 2003 version 11.0.8173.0. Does it
have all the libraries needed to support whatever source code I find? When I
try to run the following macro

Sub AboutVB1()
Selection.TypeText Text:="Hello World!"
End Sub

I get Run-time error 424 (object required). (I probably just need to make
the appropriate declaration, but without the tutorial, I don't know how to do
that.)

Thanks for any help anyone can give me.
 

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