Consulting

Results 1 to 4 of 4

Thread: Can't open new workbook

  1. #1

    Can't open new workbook

    Hello,

    when we are running in vba mode
    we hide the application

    when we open another workbook it seems it will not open in excel?
    is there a way to go around it
    we don't want to display the active workbook if its running in vba

    -Thanks

  2. #2
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,642
    we hide the application

    when we open another workbook it seems it will not open in excel?
    In that case you will have to unhide the application: application.visible=true

  3. #3
    Hello Snb,

    ok, thx

  4. #4
    VBAX Newbie roponter's Avatar
    Joined
    Jan 2020
    Location
    Chicago
    Posts
    1
    Location
    Quote Originally Posted by snb View Post
    In that case you will have to unhide the application: application.visible=true
    cool, thank u man)

Posting Permissions

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