CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Creating Macros

  1. #1
    Join Date
    Nov 1999
    Posts
    9

    Creating Macros

    I want to know whether i can create macros in VB like you can create in VC... because say in VC for a function header for documentation we cab create a macro and call the macro every time..

    I have tried a no of ways but couldnt do it...
    i have copy and paste it every time which is time consuming..

    so if you know the way out please let me know


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Creating Macros

    AFAIK you can't have macros in VB.
    But you can use the following workarounds:-
    - Write or get an Add-In that does what you want.
    - get a third-party application that supports recording and playback of keystrokes. E.g. checkout www.zoschke.com


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