Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default What does CTRL-ALT-SHIFT-F4 do?

I know that Alt-F4 closes a program.
But when I tried CTRL-ALT-SHIFT-F4, the following msgbox popped up:

"Cannot open Microsoft Excel Add-In for editing. Please edit the source
document instead."

I tried to replicate what happened, and failed until I did the
following. First, have an unsaved workbook open. Then, press the
shortcut key. When the dialog prompts you to save, cancel. Then, press
the shortcut key again, and I get the above msgbox every time. What is
it doing?


Also, CTRL-SHIFT-F4 seems to activate the previous blank cell either
within a selection, or for the entire sheet if only a single cell is
selected. Can someone confirm that this is indeed what is going on?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default What does CTRL-ALT-SHIFT-F4 do?


I tried to replicate what happened, and failed until I did the
following. First, have an unsaved workbook open. Then, press the
shortcut key. When the dialog prompts you to save, cancel. Then, press
the shortcut key again, and I get the above msgbox every time. What is
it doing?


I forgot to clarify that after the msgbox pops up, Excel closes without
prompting to save any unsaved workbooks.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default What does CTRL-ALT-SHIFT-F4 do?

ShutDOWN- correctly stops all running applications, unloads them from
memory, shuts the sytem down and powers off the PC
Keyboard shortcut: CTRL-ALT-SHIFT-F4

"R Avery" wrote in message
...
I know that Alt-F4 closes a program.
But when I tried CTRL-ALT-SHIFT-F4, the following msgbox popped up:

"Cannot open Microsoft Excel Add-In for editing. Please edit the source
document instead."

I tried to replicate what happened, and failed until I did the
following. First, have an unsaved workbook open. Then, press the
shortcut key. When the dialog prompts you to save, cancel. Then, press
the shortcut key again, and I get the above msgbox every time. What is
it doing?


Also, CTRL-SHIFT-F4 seems to activate the previous blank cell either
within a selection, or for the entire sheet if only a single cell is
selected. Can someone confirm that this is indeed what is going on?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default What does CTRL-ALT-SHIFT-F4 do?

My Bad:
CTRL + ALT + SHIFT + F4 = Close all open windows
http://www.nmt.edu/~armiller/win2000...dshortcuts.htm


"R Avery" wrote in message
...
I know that Alt-F4 closes a program.
But when I tried CTRL-ALT-SHIFT-F4, the following msgbox popped up:

"Cannot open Microsoft Excel Add-In for editing. Please edit the source
document instead."

I tried to replicate what happened, and failed until I did the
following. First, have an unsaved workbook open. Then, press the
shortcut key. When the dialog prompts you to save, cancel. Then, press
the shortcut key again, and I get the above msgbox every time. What is
it doing?


Also, CTRL-SHIFT-F4 seems to activate the previous blank cell either
within a selection, or for the entire sheet if only a single cell is
selected. Can someone confirm that this is indeed what is going on?



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default What does CTRL-ALT-SHIFT-F4 do?

Shift-F4 does seem to select the next empty cell within the selection or the
used range if only one cell is selected. I never noticed that. Very
interestng! Ctrl-Shift-F4 goes in reverse.

For the other thing what add-ins do you have open? (Tools, Addins). It
seems that the Alt-F4 part of your keystroke is closing an add-in (since
Excel thinks it's quitting) and then the add-in is being re-opened somehow.
But with Shift down Excel thinks you're trying to open the add-in for
editing (this is how it was done under Excel 4) and that warning is left
over from that time.

--
Jim Rech
Excel MVP
"R Avery" wrote in message
...
I know that Alt-F4 closes a program.
But when I tried CTRL-ALT-SHIFT-F4, the following msgbox popped up:

"Cannot open Microsoft Excel Add-In for editing. Please edit the source
document instead."

I tried to replicate what happened, and failed until I did the following.
First, have an unsaved workbook open. Then, press the shortcut key. When
the dialog prompts you to save, cancel. Then, press the shortcut key
again, and I get the above msgbox every time. What is it doing?


Also, CTRL-SHIFT-F4 seems to activate the previous blank cell either
within a selection, or for the entire sheet if only a single cell is
selected. Can someone confirm that this is indeed what is going on?





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default What does CTRL-ALT-SHIFT-F4 do?

Shift-F4 does seem to select the next empty cell within the selection or
the

used range if only one cell is selected. I never noticed that. Very
interesting! Ctrl-Shift-F4 goes in reverse.

Not quite so interesting, in the light of the day. Shift-F4 does a Find,
Next. If you haven't done a Find yet the Find What is nothing/empty.


--
Jim Rech
Excel MVP
"Jim Rech" wrote in message
...
| Shift-F4 does seem to select the next empty cell within the selection or
the
| used range if only one cell is selected. I never noticed that. Very
| interestng! Ctrl-Shift-F4 goes in reverse.
|
| For the other thing what add-ins do you have open? (Tools, Addins). It
| seems that the Alt-F4 part of your keystroke is closing an add-in (since
| Excel thinks it's quitting) and then the add-in is being re-opened
somehow.
| But with Shift down Excel thinks you're trying to open the add-in for
| editing (this is how it was done under Excel 4) and that warning is left
| over from that time.
|
| --
| Jim Rech
| Excel MVP
| "R Avery" wrote in message
| ...
| I know that Alt-F4 closes a program.
| But when I tried CTRL-ALT-SHIFT-F4, the following msgbox popped up:
|
| "Cannot open Microsoft Excel Add-In for editing. Please edit the source
| document instead."
|
| I tried to replicate what happened, and failed until I did the
following.
| First, have an unsaved workbook open. Then, press the shortcut key.
When
| the dialog prompts you to save, cancel. Then, press the shortcut key
| again, and I get the above msgbox every time. What is it doing?
|
|
| Also, CTRL-SHIFT-F4 seems to activate the previous blank cell either
| within a selection, or for the entire sheet if only a single cell is
| selected. Can someone confirm that this is indeed what is going on?
|
|


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default What does CTRL-ALT-SHIFT-F4 do?

For the other thing what add-ins do you have open? (Tools, Addins). It
seems that the Alt-F4 part of your keystroke is closing an add-in (since
Excel thinks it's quitting) and then the add-in is being re-opened somehow.
But with Shift down Excel thinks you're trying to open the add-in for
editing (this is how it was done under Excel 4) and that warning is left
over from that time.


The other add-ins that I have open are my own personal add-ins. But why
do I have to cancel the save operation of the currently open unsaved
document and then press the keyboard shortcut again to get the prompt
about the Add-in? And why does it then quit Excel without saving or
prompting to save any open documents?
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default What does CTRL-ALT-SHIFT-F4 do?

ShutDOWN- correctly stops all running applications, unloads them from
memory, shuts the sytem down and powers off the PC
Keyboard shortcut: CTRL-ALT-SHIFT-F4


That keyboard shortcut does not do the above action for me, either in
Excel or when no applications are at the front. But, where did you find
that anyway? Do you have a list of keyboard shortcuts?
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
F9, Shift+F9, Ctrl+Alt+F9 etc john1978 Excel Discussion (Misc queries) 3 August 20th 09 10:35 AM
Ctrl+shift+enter [email protected] Excel Worksheet Functions 9 March 26th 09 11:46 AM
Shift-Ctrl-DownArrow repairguru Excel Discussion (Misc queries) 2 June 12th 06 09:01 PM
Ctrl+Shift+arrow briansetondavis Excel Worksheet Functions 1 February 17th 05 02:59 PM
ctrl/shift/enter thru VBA Jason Morin[_2_] Excel Programming 7 May 5th 04 05:20 PM


All times are GMT +1. The time now is 02:11 AM.

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"