Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Leftmost part of screen "blued" out when calculating via a macro

I have an interesting problem. When I use a macro to calculate a particular
sheet, the area reserved for help appears "blued" out, and the first two
colums in my worksheet are under the "blued" area. Certain functions on the
tools menu are greyed out. These include goalseek, add-ins, options etc.
Moving to another cell on the workbook results in these functions becoming
available. Clicking on the help, Microsoft Excel Help, button overwrites the
"blued" area with excel help. Closing help then results in the workbook being
displayed properly. Does anyone have any suggestions on how to overcome this
problem? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default Leftmost part of screen "blued" out when calculating via a macro

I don't know of an area for help or a blue area, but it sounds like you
have a cell selected for updating. move the selection. If this is a
Double click Event macro, or a right click event macro include
Cancel = True
to get out of edit mode.

http://www.mvps.org/dmcritchie/excel/grayedout.htm
http://www.mvps.org/dmcritchie/excel/event.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"nurkus" wrote in message ...
I have an interesting problem. When I use a macro to calculate a particular
sheet, the area reserved for help appears "blued" out, and the first two
colums in my worksheet are under the "blued" area. Certain functions on the
tools menu are greyed out. These include goalseek, add-ins, options etc.
Moving to another cell on the workbook results in these functions becoming
available. Clicking on the help, Microsoft Excel Help, button overwrites the
"blued" area with excel help. Closing help then results in the workbook being
displayed properly. Does anyone have any suggestions on how to overcome this
problem? Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Leftmost part of screen "blued" out when calculating via a mac

Hi David, Thanks for trying. The blue area to which I refer is easily found.
On a worksheet, select help from the main menu, then Microsoft Excel Help.
The help window appears on the left hand side of the screen, and the existing
worksheet is displayed on the right hand side of the help box starting from
column A. In my case, the excel help box is just a blue box with nothing
else, and this covers the first couple of columns so that my first visible
column is column C. It is possible to use the arrow keys to navigate to the
underlying cells e.g B2 or A5.

"David McRitchie" wrote:

I don't know of an area for help or a blue area, but it sounds like you
have a cell selected for updating. move the selection. If this is a
Double click Event macro, or a right click event macro include
Cancel = True
to get out of edit mode.

http://www.mvps.org/dmcritchie/excel/grayedout.htm
http://www.mvps.org/dmcritchie/excel/event.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"nurkus" wrote in message ...
I have an interesting problem. When I use a macro to calculate a particular
sheet, the area reserved for help appears "blued" out, and the first two
colums in my worksheet are under the "blued" area. Certain functions on the
tools menu are greyed out. These include goalseek, add-ins, options etc.
Moving to another cell on the workbook results in these functions becoming
available. Clicking on the help, Microsoft Excel Help, button overwrites the
"blued" area with excel help. Closing help then results in the workbook being
displayed properly. Does anyone have any suggestions on how to overcome this
problem? Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default Leftmost part of screen "blued" out when calculating via a mac

Re you HELP box: this is "floating" and can be fixed either left or right
(default) side of your worksheet by clicking and holding the left mouse
button on the help bar (very top of the blue box) and then moving to the
extreme right or left of your worksheet.

HTH

"nurkus" wrote:

Hi David, Thanks for trying. The blue area to which I refer is easily found.
On a worksheet, select help from the main menu, then Microsoft Excel Help.
The help window appears on the left hand side of the screen, and the existing
worksheet is displayed on the right hand side of the help box starting from
column A. In my case, the excel help box is just a blue box with nothing
else, and this covers the first couple of columns so that my first visible
column is column C. It is possible to use the arrow keys to navigate to the
underlying cells e.g B2 or A5.

"David McRitchie" wrote:

I don't know of an area for help or a blue area, but it sounds like you
have a cell selected for updating. move the selection. If this is a
Double click Event macro, or a right click event macro include
Cancel = True
to get out of edit mode.

http://www.mvps.org/dmcritchie/excel/grayedout.htm
http://www.mvps.org/dmcritchie/excel/event.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"nurkus" wrote in message ...
I have an interesting problem. When I use a macro to calculate a particular
sheet, the area reserved for help appears "blued" out, and the first two
colums in my worksheet are under the "blued" area. Certain functions on the
tools menu are greyed out. These include goalseek, add-ins, options etc.
Moving to another cell on the workbook results in these functions becoming
available. Clicking on the help, Microsoft Excel Help, button overwrites the
"blued" area with excel help. Closing help then results in the workbook being
displayed properly. Does anyone have any suggestions on how to overcome this
problem? Thanks.




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Leftmost part of screen "blued" out when calculating via a mac

This problem occurs regardless of where the HELP box is positioned. If the
HELP box is located on the right hand side of the screen, when the problem
arises, the HELP box is still displayed on the right hand side with all text
etc visible. On the left hand side, the area normally covered by the HELP box
is covered by an empty blue area, and some columns are hidden underneath it.

I've managed to overcome the problem by by using the VBA commands
Application.CommandBars("Task Pane").Visible = True and then
Application.CommandBars("Task Pane").Visible = False.

This overcomes the symptoms, but not the underlying cause.



"Toppers" wrote:

Re you HELP box: this is "floating" and can be fixed either left or right
(default) side of your worksheet by clicking and holding the left mouse
button on the help bar (very top of the blue box) and then moving to the
extreme right or left of your worksheet.

HTH

"nurkus" wrote:

Hi David, Thanks for trying. The blue area to which I refer is easily found.
On a worksheet, select help from the main menu, then Microsoft Excel Help.
The help window appears on the left hand side of the screen, and the existing
worksheet is displayed on the right hand side of the help box starting from
column A. In my case, the excel help box is just a blue box with nothing
else, and this covers the first couple of columns so that my first visible
column is column C. It is possible to use the arrow keys to navigate to the
underlying cells e.g B2 or A5.

"David McRitchie" wrote:

I don't know of an area for help or a blue area, but it sounds like you
have a cell selected for updating. move the selection. If this is a
Double click Event macro, or a right click event macro include
Cancel = True
to get out of edit mode.

http://www.mvps.org/dmcritchie/excel/grayedout.htm
http://www.mvps.org/dmcritchie/excel/event.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"nurkus" wrote in message ...
I have an interesting problem. When I use a macro to calculate a particular
sheet, the area reserved for help appears "blued" out, and the first two
colums in my worksheet are under the "blued" area. Certain functions on the
tools menu are greyed out. These include goalseek, add-ins, options etc.
Moving to another cell on the workbook results in these functions becoming
available. Clicking on the help, Microsoft Excel Help, button overwrites the
"blued" area with excel help. Closing help then results in the workbook being
displayed properly. Does anyone have any suggestions on how to overcome this
problem? Thanks.



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
Screen / Display "TRUE" "FIX" Sherry Excel Discussion (Misc queries) 3 September 10th 09 01:03 AM
If part of a cell = "NVA" then insert "Norfolk" in return cell RNCKWMN Excel Worksheet Functions 4 June 13th 09 08:53 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Macro "disable or enable" screen Lee Excel Discussion (Misc queries) 2 February 14th 08 09:53 PM
Macro to concatenate into "B1" B2 thru B"x" based on new data in "Col A" Dennis Excel Discussion (Misc queries) 0 July 17th 06 02:38 PM


All times are GMT +1. The time now is 02:55 PM.

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

About Us

"It's about Microsoft Excel"