How set/set the function of automatic backup when working with long documents in Word?

I now work on Windows 7 and previous versions, I could put the automatic recording feature for, say, every 10 minutes.  I can't find out where set/adjust my current system.  Help, please.

Hello

Here is the vista forums

for any question Word try office forums

http://answers.Microsoft.com/en-us/Office

for questions of windows 7

http://answers.Microsoft.com/en-us/Windows/default.aspx#tab=2

Answers by topic

Tags: Windows

Similar Questions

  • How to start the virtual machines automatically invited when the VMware Server 2 for Windows host boots

    The title pretty well summarizes my doubt... before I used VMware Server 1, but I can't find the option of starting the virtual computer to start host under the dialogue box "set up the VM.

    Please see attached screenshot.

    ---

    If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

  • you will set the new version of firefox to work with iheart radio as the old version?

    I use iheart radio every day. It has stopped working the day I upgraded. Explorer checked and it market. Have to move everything to explore until this problem is corrected. I would like to know when it is. Judd.

    IHeart station does not work? I just tried http://www.iheart.com/#/live/1465/ and for me, it plays in Firefox 9.0.1. I use the latest Flash Player (on Windows 7) 11.1 r102 if you can try to update Flash. See Flash Plugin - update and resolve problems using the update.

    If the update of Flash does not, or if you want to try something else first, see common audio problems and graphics issues. You can also try using iHeart forum at http://getsatisfaction.com/iheartradio

  • How to get the module complementary Personas Rotator to work with new Firefox themes?

    Before Firefox password personas to themes, add-on Personas Rotator automatically switch personas at a defined interval (ie. every 1 minute). I currently 12.0 Firefox installed as well as the latest versions of Personas Plus and Personas Rotator, but the CAP does not work.

    Before you had to sign in my favorites for the add-on to run my favorite characters, but now when I connect, it has no rotation. Single character/theme active stays on the screen. There is no automatic rotation.

    Private browsing mode is not selected. How can I get Personas Rotator to work? Thank you.

    Good news! The Personas Rotator is now working again and activation of personas automatically at 1 minute intervals.

    It started working again after I went to the 'Appearance' under 'Modules' tab and deleted all the personas listed there (ones I 'added to Firefox"Favorites list which is accessible after registration at the gallery).

    But now I see that the personas that are currently in rotation are appearing in the 'Appearance' tab as well. I wonder if it will be necessary to 'remove' all these more later to get them running again. Will post an update later for anyone having this same problem.

  • stop the function allow automatic redirection

    How to stop the function allow automatic redirection? I click on the links and every time I have to click on allow before the browser redirects me to the next page. Often I am forced out of investigations because of this. I want to disable this feature and be redirected automatically every time. Cannot find how to disable this option in the Security section

    You can open the topic: config page through the address bar and search Prefs that refer to ask.com.
    You can restore the default user set (in bold) ask.com pref (s) prefs via the context menu.

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

  • How to access the functions

    Hey,.

    thing_btn.addEventListener (MouseEvent.CLICK, clicked);

    thing2_btn.addEventListener (MouseEvent.CLICK, clicked2)

    function clicker(event:MouseEvent) {}

    trace ("hey");

    }

    function clicker2(event:MouseEvent) {}

    clicker(event:MouseEvent);

    }

    with the above code how you call the function clicker2 clicker?
    as with the code I comes up with the error "1084: syntax error: expected rightparen befor colon.
    Thanks :)

    The only place where it will work for you, is if you put somewhere where the event is defined, which is so far only inside your functions.  If you want to call the spaceDown function without actually using the keyboard, you can modify the code to be...

    function spaceDown (event: KeyboardEvent= null) {}

    Press ++;

    if(Event.keycode == 32) {}

    moverTimer.stop ();

    }

    whichLine = "Line" + String (pressed)

    trace (whichLine)

    moverTimer.start ();

    }

    spaceDown();

    but then your code inside the function wil has another error as he tries to use the object of the event, which will be null.

    Your first assignment had a some sense based on what you ask, but you seem to have twisted what you asked for and applied to the implementation of something totally different.  I can't say I know what you're up to at this point.  You should probably take a step back and try things right.

  • What file or a setting in the game engine automatically starts when you choose a plane, the engines are already started on the track.

    Microsoft Flight Simulator X

    What file or a setting in the game engine automatically starts when you choose a plane, the engines are already started on the track.

    Thank you

    Nick Satullo

    E-mail address is removed from the privacy *.

    Original title: Flight Simulator X

    Hi Nick,

    Please post your request in the Microsoft Flight Simulator forums and it would be better suited to the community of players for Windows. Please visit the link below to find a community that will provide the support you want for better assistance.

    http://support.Microsoft.com/GP/games-for-Windows

  • How to call the function (function Build-in user) in Pro * C program

    We have developed the application Pro * C program.
    TimesTen version is "TimesTen release 11.2.1.5.0 (64-bit, Linux/x86_64) (tt112150:53308) 2010-03 - 04 T 20: 39:30Z.

    We would like to develop Pro * C program you are using PL/SQL.

    We have a few questions.
    How to call the function (function Build-in user) in Pro * C program?

    #########
    TEST
    #########

    ttisql:
    Command > create or replace FUNCTION F_SAMPLE (i_str IN VARCHAR2)
    > BACK NUMBER
    > o_number NUMBER;
    > START
    > select i_str
    > in o_number
    > double;
    >
    > O_number RETURN;
    >
    > EXCEPTION
    > Others THEN
    > RETURN 0;
    > END;
    > /.
    display errors
    The function is created.
    Order > show errors
    No errors.
    Command >
    Command > set serveroutput on;
    Command > declare
    > number of num1;
    > start
    > num1: = F_SAMPLE ('A');
    > DBMS_OUTPUT. PUT_LINE ("F_SAMPLE" |) ' ' || NUM1);
    > end;
    > /.
    F_SAMPLE 0

    PL/SQL procedure successfully completed.

    Command >


    Pro * C case:

    EXEC SQL BEGIN DECLARE SECTION;
    number of num1;
    EXEC SQL END DECLARE SECTION;

    EXEC SQL EXECUTE
    Start
    : num1: = F_SAMPLE ('A');
    end;
    END-EXEC;

    Make sure to install:
    Error on line 146, column 3, file plsqlPROC.pc:
    Error on line 146, column 3 in file plsqlPROC.pc
    number of num1;
    .. 1
    PCC-S-02201, encountered the symbol "num1" when expecting one of the following conditions:


    Thank you.

    GooGyum

    There are two problems with your variable declaration:

    1. the name of the variable and type are thew misplacement autour.

    2. you may not use a host variable type.

    If you change this to:

    EXEC SQL BEGIN DECLARE SECTION;
    int num1;
    EXEC SQL END DECLARE SECTION;

    Then it will work very well.

    Chris

  • Is the function of automatic update of Windows found in the use of control panel of your compensation for the use of the Internet from my ISP?

    Original title: Windows updates

    Is the function of automatic update of Windows found in the use of control panel of your compensation for the use of the Internet from my ISP? If so, how? In addition, how to hide an update, I don't want to? For example, I use (and I'm happy with) Windows Internet Explorer (v7), but receive reminders to update update to Internet Explorer v9, which I don't want.

    Is there a way to prevent Windows Update for sending this reminder in the future?

    Geoff

    Hide and Yes will use you PSI data usage. It depends on how much the updates install you, on the amount of data it uses

  • How to apply the lens profile automatically by default?

    Is it possible to apply a profile of lenses automatically when an image is imported?  Or have the default to enable Corrections profile box to selected in the develop Module.

    Thxs

    Colin

    Define the default settings from LR to use automatic or default lens profile area and LR should match the right lens with the right profile.

    You don't want to specify a specific objective in the default values of LR, because default values are by camera, no camera-lens-combo.

    If you have a specific objective which is not automatically get selected (that's what happens with I use a focal length multiplier), then you will need to manually set by filtering by the lens in the library, and by applying a preset that sets the profile of lens to something specific with your own custom settings, or at least that's what I do.

  • I installed JZip and now I can not put my homepage of everything except the jzip search page. How to disable the functionality of jzip?

    I installed JZip and now I can not put my homepage of everything except the jzip search page. How to disable the functionality of jzip?

    See:

    To open the topic: config page, type Subject: config in the address bar (address) and press the 'Enter' key, as you type the url of a Web site to open a Web site.

    If you see a warning then you can confirm that you want to access this page.

  • How to enable the function keys beats again after the upgrade of the OS?

    How to activate the function of key Beats again after an upgrade of the OS which is Windows 7 Ultimate 32 bit, I use HP Mini 210-4000

    Stealth,

    The combination of bat function keys is

    FN + b

    as stated in your Quick Start Guide

    Chapter 1, Page 2

    The Guide:

    Beats Audio is an improved audio profile that offers a deep, controlled all low by maintaining a
    Crystal clear sound. Beats Audio is enabled by default.
    ▲ To enable or disable the Beats Audio, press fn + b.
    Select Start > Control Panel > hardware and sound > Beats Audio

    ---------------------------------------------------------------------------------------------------------------------------------------------------

    If you are having problems with the audio works as it should, you may have to (re) install the drivers from the website of your laptop.

    There are actually two different models in the category of 210-4000 Mini.

    Start here to the Support and drivers

    • Select the model entry that corresponds to your laptop.
    • Go to Software and Driver Downloads
    • Select your operating system (Windows 7, 32-bit), and then click "Next".
    • Scroll down
    • The Audio driver is the first category...
    • Download the package, pay attention to where it is saved.

    Given that you just upgraded (probably from Vista?), you may need to update some other software too.  Go through the different categories and see if you need / want any of the other packages.  Most of them can be added 'above' of what you already have on the system.  If you must delete something, the program will inform you when you try to install the new version.

    • If you have control of "Admin", we can highlight the package and "double-click" to install, if not right click, select "Run as Administrator" and install.

    For Audio driver... After you update / install the driver, reboot your computer.  After that, you should have your software Beats back.  If no joy yet, go back and get the software Quick Launch bar of your website (heading Software Solutions) and install it...

    Good luck!

    ----------------------------------------------------------------------------------------------------------

    Click on the star of white Kudos on the left to give Kudos for assistance.

    Please click "accept as Solution" to say the problem is solved.

    Always include: (Computer) product number , printer - model number ,.

    Never give your serial number

    ----------------------------------------------------------------------------------------------------------------

    2012 the year of the Dragon!

  • Qosmio G20 - how to enable the function keys

    Can someone tell me how to activate the function keys? I seem to be entirely invalid.
    Thank you
    Mike

    Hello

    In my opinion one of the important gift of drivers or utilities work and, therefore, you cannot use the FN keys.

    If your have installed XP on your test of the G20 to refresh the Toshiba common Modules.
    It is an essential tool that controls the FN keys.

    The common Modules can be downloaded from the page of European driver of Toshiba.

    Check it out.

  • How to disable the functionality of the hyper-threading technology

    How to disable the functionality of the hyper-threading technology

    Hello

    I put t know what BIOS you have, but generally you can activate or deactivate this option in the BIOS.

  • I use Windows 10 and use the Canon SX20 IS. How to use the function of Photo stich?

    I use Windows 10 and use the Canon SX20 IS. How to use the function of Photo stich?

    Is it possible to get the procedure to use feature stich photo?

    Will be Zoombrowser EX for windows 10 wotk?

    If any expert can guide me... that will be great.

    Hi Sat17,

    Thank you for your inquiry.

    For Windows 8 and beyond, ZoomBrowser EX has been replaced by EX. ImageBrowser

    Your software you will need to updated for Windows 10.

    You can access the software for your camera by clicking here.  Once on our site, scroll down to "Drivers and downloads", then use the drop down menu to choose "8.1 Windows" or "Windows 8.1 (x 64)".»  Your camera software has not been updated for Windows 10, but for Windows 8.1 software will run on your computer.

    To update your software, click the [Select] button to the right, then click on "How to download and install" for installation instructions.

Maybe you are looking for

  • Firefox does not open on my computer

    For some time last night and today (11/18) Firefox does not open when I click on the quick link to my office. I tried to add another profile by clicking on start/run/firefox.exe, but it does not work yet. What would be the next step?

  • The final version of VDM 2009

    Hello Does anyone know when Vision Development Module 2009 comes out? I read once that it might be during NIWeek 2009. This version would change the way Visual Studio developers do their work with VDM because it is created entirely in the .NET enviro

  • How to activate the old Windows XP with new serial numbers?

    \How to activate the old Windows XP with new serial numbers?

  • Get smartphone newspapers

    Hello world I couldn't find this information on the page "Test your application on a BlackBerry smartphone reconditioned" so hopefully someone here can help: I have an application that has been deployed on a phone (using blackberry - deploy.bat signe

  • Power on password & system disable the key... need fix number of entry

    Presario C700 power on password, after three unsuccessful attempts get - system disable the key: 67653647. Please tell me how to get around and Turn off and if a BIOS upgrade will fix once I'm back at this PoS! Thank you very much!