Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default 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" wrote in message ...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert lower to upper case automatically without using UPPER Sal Excel Discussion (Misc queries) 6 July 26th 09 11:27 AM
Changing upper case characters to upper/lower Richard Zignego Excel Discussion (Misc queries) 1 December 17th 07 10:09 PM
send only a portion of a workbook ppetry Excel Discussion (Misc queries) 1 June 4th 07 08:42 PM
Change from mixed caps and upper lower to all upper lower case Fish''s Mermaid Excel Worksheet Functions 3 October 13th 06 02:15 PM
How do I convert all upper case excel sheet into upper and lower . DebDay Excel Discussion (Misc queries) 1 March 9th 05 08:31 PM


All times are GMT +1. The time now is 04:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"