+ Reply to Thread
Results 1 to 3 of 3

Force linked spreadsheet to open in fullsized window?

  1. #1
    Patricia D
    Guest

    Force linked spreadsheet to open in fullsized window?

    I have one spreadsheet which contains a link to another spreadsheet. Click
    on the (icon) link and the linked spreadsheet opens in a small window.

    Is there any way that I can force this second (linked) spreadsheet to open
    in a full size window?
    --
    Patricia D

  2. #2
    Patricia D
    Guest

    RE: Force linked spreadsheet to open in fullsized window?

    HELP?? Can I assume from the lack of response that this is not possible? I
    can workaround with a macro, but it doesn't work consistently.
    --
    Patricia D


    "Patricia D" wrote:

    > I have one spreadsheet which contains a link to another spreadsheet. Click
    > on the (icon) link and the linked spreadsheet opens in a small window.
    >
    > Is there any way that I can force this second (linked) spreadsheet to open
    > in a full size window?
    > --
    > Patricia D


  3. #3
    Forum Contributor
    Join Date
    11-20-2005
    Posts
    256
    Quote Originally Posted by Patricia D
    I have one spreadsheet which contains a link to another spreadsheet. Click
    on the (icon) link and the linked spreadsheet opens in a small window.

    Is there any way that I can force this second (linked) spreadsheet to open
    in a full size window?
    --
    Patricia D
    Hi Patricia,

    You can try this. Put it in the "Worksheet Module" of the "second (linked) spreadsheet"

    Private Sub Worksheet_Activate()
    Application.DisplayFullScreen = True
    End Sub

    Private Sub Worksheet_Deactivate()
    Application.DisplayFullScreen = False
    End Sub
    Thx
    Dave
    "The game is afoot Watson"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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