+ Reply to Thread
Results 1 to 2 of 2

Show One WorkBook while Not showing ThisWorkBook.

  1. #1
    Registered User
    Join Date
    12-30-2013
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    40

    Show One WorkBook while Not showing ThisWorkBook.

    Not sure if this is possible.

    I am running an XLSM that (via forms) creates a Workbook, that the user might want to work on before saving it as XLSX.

    While the WorkBook/WorkSheet is being built, I have set up Application.Visible = False; this is to Not allow "ThisWorkBook" to show.

    But this cause the other WorkBook Not to show too.

    Is the a way to have one workbook shown while ThisWorkBook is kept hidden?

    Thanks

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Show One WorkBook while Not showing ThisWorkBook.

    Try this instead of Application.Visible = False

    ThisWorkbook.Windows(1).Visible = False
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 09-13-2013, 12:03 AM
  2. Show as % of column showing as #n/a
    By RubiksCuber in forum Excel Charting & Pivots
    Replies: 9
    Last Post: 03-02-2013, 08:17 PM
  3. Copying VBA held in 'ThisWorkbook' to a new workbook
    By goodwinh in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-07-2011, 01:52 PM
  4. Copy Thisworkbook code into a new workbook
    By akabraha in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-25-2009, 03:17 PM
  5. [SOLVED] ThisWorkbook.FollowHyperlink to Location in Workbook
    By James Cox in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-25-2005, 11:06 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1