+ Reply to Thread
Results 1 to 2 of 2

Buttons in lower portion of workbook appear in upper portion

  1. #1
    ToferKing
    Guest

    Buttons in lower portion of workbook appear in upper portion

    I have some named ranges that are placed at the lower right-hand corner of
    the active area of my workbook.

    I have buttons at the top of my workbook which are clicked to go to each of
    those named ranges.

    I then have "return to home" buttons by those named ranges.

    When I click one of those buttons, I am indeed returned to the top of my
    workbook and my cursor is placed on the first row of the non-frozen part of
    my workbook.

    But an image of the button that is placed on cell CN656 appears in the
    middle of my screen on cell R29. It is only an image. When I press page
    down and page up, the image disappears.

    I adjusted my click event on the "return to home" button to include two
    lines that I thought would do the page up and page down thing, but when I run
    the adjusted macro, the button image still remains.

    Do you have any help for me in regards to this matter?

    Tofer

  2. #2
    Tim Williams
    Guest

    Re: Buttons in lower portion of workbook appear in upper portion

    Sounds like a video/screen refresh problem.

    Possibly:

    Doevents

    or

    application.screenupdating=false
    application.screenupdating=true

    might fix it.

    Tim



    "ToferKing" <ToferKing@discussions.microsoft.com> wrote in message news:9FCACA25-CEBD-475C-9366-550D913611C4@microsoft.com...
    >I have some named ranges that are placed at the lower right-hand corner of
    > the active area of my workbook.
    >
    > I have buttons at the top of my workbook which are clicked to go to each of
    > those named ranges.
    >
    > I then have "return to home" buttons by those named ranges.
    >
    > When I click one of those buttons, I am indeed returned to the top of my
    > workbook and my cursor is placed on the first row of the non-frozen part of
    > my workbook.
    >
    > But an image of the button that is placed on cell CN656 appears in the
    > middle of my screen on cell R29. It is only an image. When I press page
    > down and page up, the image disappears.
    >
    > I adjusted my click event on the "return to home" button to include two
    > lines that I thought would do the page up and page down thing, but when I run
    > the adjusted macro, the button image still remains.
    >
    > Do you have any help for me in regards to this matter?
    >
    > Tofer




+ 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