CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Québec (Canada)
    Posts
    210

    am able to open excel file but I will like to start macro at the same time

    I open excel file with code VB but when my file is open, my code stop to run and I would like to start macro in excel to modify my file excel. My macro start with Ctrl+shift+G. Is't possible to start macro just after the file was open?

    Sorry for my english.
    Thanks
    Redg


  2. #2
    Join Date
    Feb 2000
    Location
    Pa
    Posts
    3

    Re: am able to open excel file but I will like to start macro at the same time

    try this

    sendkeys{^+G}







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