answersLogoWhite

0


Best Answer

close button is to shut the workbook window only w/out terminating the excel program while the exit button is used to terminate the entire excel programing for running.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between exit and close commands?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

How big does a room have to be to class it as a bedroom?

This might be regulated by your local or state Departments of Health, OR Zoning Department - or other local body. Be advised that in some states it is not the size of the room but how it is equipped (does it have a closet - does it have a window or an exit to the outside - etc), that makes the difference.


What is the difference between the save option and the save as option in MSWord?

When you do a save, the changes are applied to the document you originally opened. When you do a 'save as', you have to choose a name and a location where a copy of the document will be saved; this copy will have changes you are currently making to the document. You can then exit the document without saving, and your original document is unchanged. The copy that you 'save as' is still intact, with changes. You can also do a 'save as' without making any changes, just to have another copy of the document existing with a new name and/or location.


Shell script to find a prime no?

i=2 rem=1 echo -e "Enter a number: \c" read num if [ $num -lt 2 ]; then echo -e "$num is not prime\n" exit 0 fi while [ $i -le `expr $num / 2` -a $rem -ne 0 ]; do rem=`expr $num % $i` i=`expr $i + 1` done if [ $rem -ne 0 ]; then echo -e "$num is prime\n" else echo -e "$num is not prime\n" fi


How do you beat Bloxorz level 12?

Level 12 (*this crosses a hole, which ordinarily loses, but it is the exit) L, D, R, U, R, U, R, U, R, U, L, D, R, U, R3, D2, L, D, R, U, L, D, R, U, L, D, L, U, R, U3, L3, (X) R3, D3, L, D, R, U2, R, D, L, D, R, U3, R, U, (X) D, L, D3, L, U, R, U2, L3, U, L, D, R2, U, L, D3, L


What is the algorithm for finding the prime numbers between 1 and 100?

Code example:/* ******************************************************************************** * FUNCTION: bIsAPrime ******************************************************************************** * AUTHORS: * Flaun * * DESCRIPTION: * Finds if a given number is a prime number. * * PARAMETERS: * uiTestNumber: An unsigned integer to test. * * RETURNS: * bTRUE or bFALSE ******************************************************************************** */ #define bTRUE 1 #define bFALSE 0 #define iNO_REMAINDER 0 #define bIS_ODD(uiNumber) ((uiNumber) & 1) typedef int BOOL BOOL bIsAPrime( unsigned int uiTestNumber) { /* 4 is the first non prime number. */ if(uiTestNumber > 3) { /* The only even prime number is 2. */ if(!bIS_ODD(uiTestNumber)) { return bFALSE; } else { /* The only numbers left to divide against are 3, 5 and 7. */ /* All numbers that are divisible by a number > 7 are divisible */ /* by a number < 8. */ unsigned int uiDivisor = 0; for(uiDivisor = 3; uiDivisor

Related questions

What are the difference between exit and quit?

The difference is in the detail.


Difference between close and exit in computer?

To close a document is to entirely shut it down and to retrieve it you would have to start a fresh by searching for it in the location in which its saved since it does not appear on your task bar whereas to exit a document is to temporarily leave the document but it can, however, be seen on your task bar.


What is the difference between exit and save as?

Exit closes an application. Save As is used to save a document with a different name, type or location. When you go to exit an application, you will be asked if you want to save any of the files that are open in the application.


What is the correct way to exit or close a program?

You should actually use the File feature of the program (which includes the Exit option) to properly shut down/exit/close the application.


What is the difference between overpass and interchange?

Overpass have only one exit while interchange can have more than one exits.


What is the main difference between a parent route and an ultimate route?

Parent route has a exit interface, but an Ultimate route has "No Exit Informationint the top is one of the other answer. but i dont want to change anything. i just want to answer that parent route has no exit interface but the ultimate route has exit interface.


What is the difference beween DOS and GUI?

DOS (Disk Operating System) runs in a text-only mode. There is no mouse--all tasks are performed by text commands. GUI (Graphic User Interface) runs an artificial environment with many visual effects and controls. Modern computers all use GUIs, with a mouse and keyboard for input. An example of the difference is that in a GUI you would click the "X" button in the top right corner to close a program. In DOS, you would type in "exit" and press enter, or use some other exit command.


How do I add time delay in a batch file?

You can use the TIMEOUT command, which paralyzes the batch file from running further commands until the timer runs out or if the user presses a key. Here's an example: @echo off Commands here TIMEOUT 10 Commands here exit The file will run whatever command you want it to run, then it will halt all running commands until 10 seconds passed, or if the user pressed a key before the timer runs out. Then, it will run any other commands you want to do after the delay, and then exit out.


What is the difference between end and Stop statement in c language?

There is no end or stop statement in C. You probably mean exit() and abort() function calls. The difference is that abort() terminates immediately, whereas exit() executes any functions passed to at_exit or at_quick_exit before terminating.


How do you get out of mt moon in LeafGreen?

by finding the exit, after you battle the super nerd you will choose a fossil then the exit will be very close.


What are steps to exit windows?

To shutdown the computer, close desktop windows, or close metro apps?


What command is used to close the command prompt window?

exit