Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert lower to upper case automatically without using UPPER | Excel Discussion (Misc queries) | |||
Changing upper case characters to upper/lower | Excel Discussion (Misc queries) | |||
send only a portion of a workbook | Excel Discussion (Misc queries) | |||
Change from mixed caps and upper lower to all upper lower case | Excel Worksheet Functions | |||
How do I convert all upper case excel sheet into upper and lower . | Excel Discussion (Misc queries) |