CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2001
    Posts
    45

    Convert VBA macro to VB program?

    How could I convert VBA macro for MS Project 2000 to stand-alone VB program?

    what is the difference between VBA macro and stand-alone VB program?

    Where could I get some more information about this topic?

    Thanks!



  2. #2
    Join Date
    Sep 2001
    Location
    Little Rock, Arkansas
    Posts
    40

    Re: Convert VBA macro to VB program?

    I don't own a copy of Project so I don't know if this will help or not. In Access, you can highlight a Macro, go to File->Save As, choose Module and it will convert the Macro into VBA code. This code is usually very close to VB. Maybe there is something similar in Project.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured