How do I save to an older version.

I mean 2014 earlier not pre 2014? I don't have any option yet I need to downgrade to an earlier version as project files saved with the update today won't open in an update only a month or so ago

You can open a project made in 2014.2 in 2014.1 if that is what you mean.

Similar Messages

  • How to save as an older version in numbers for lion

    my mom just got a new macbook air. we are sharing files on dropbox and everytime she opens a numbers file it does an autosave and then i can't read it because i have numbers '08. is there no way to back save to an older version of numbers in lion? sure, i get that i'll need to upgrade at some point but i'd at least like access to the files she's opned and maybe need to stop sharing them with her for a while until i upgrade my software. i tried walking her through the traditional save as process and we almost made each other mad because she wasn't seeing what i expected her to see in numbers' pull-down menu.

    One more time
    File > Duplicate
    File > Save…
    this late one give use the well known dialog.
    Yvan KOENIG (VALLAURIS, France) mercredi 25 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • I can't open 3 documents because trial upgrade to version 5 of pages happened. I don't want to pay $20 to get upgrade. How do I open docs in older version. They were created in older version.

    I can't open 3 documents because trial upgrade to version 5 of pages happened. I don't want to pay $20 to get upgrade. I don't recall fine print stating money would be needed. How do I open docs in older version? They were created in older version.

    Hi MBilyeu,
    Thanks for visiting Apple Support Communities.
    You can use these steps to open your Pages documents with the previous version:
    Permanently change the document’s app
    Select the document and choose File > Get Info.
    In the Info window, click the triangle next to “Open with” to expand the section.
    Choose an app from the pop-up menu, or choose Other to locate a different app.
    If you want to use that app to open all documents of the same type as the current document and created by the same app, click Change All.
    Temporarily change the document’s app
    You can open a document in a different app without changing the app that normally opens it. Use either of these methods:
    Control-click the document, choose Open With, and then choose the app you want to use.
    Drag the document to the app’s icon in the Dock or in the Finder.
    From:
    OS X Mountain Lion: Choose an app to open a document
    http://support.apple.com/kb/PH11329
    Regards,
    Jeremy

  • I need a prior version of firefox...version 1.5 because my payroll department software is not compatible with firefox 6.0... how do I get the other - older - version ??

    my payroll department uses eSAP payroll program. It is NOT compatible with your new version...6.0. I need your older version 1.5 so i can access my payroll records. I am currently being forced to use Internet Explorer and I absolutely HATE that software.
    please help !!! How do I get the older version? Version 1.5 - thank you.

    I would hope the problem is that Firefox 5 is not compatible with some of McAfee's additional add-ons. It will be rather worrying if it has a problem with the McAfee security programs themselves. Please state exactly which software and version you are having problems with.
    There are known issues with McAfee's Site Advisor [/questions/839953#answer-205178] but it is hoped McAfee will solve that in a few weeks.

  • IDVD 08 is a bummer. How do I return to an older version?

    I had iLife 04 on my Mac for ages, but I just bought and installed iLife 08.
    Mistake!
    IDVD 08 will not open any of my old iDVD projects; it just sits there with the beachball spinning or doing nothing at all. All the old projects now have the blue and white iDVD 08 icon, but they don't open. Likewise "Open Previous Project" doesn't work.
    So, I attempted to recreate some of my old projects in iDVD 08 by dumping the Quicktime movies that were originally used to create the old iDVD 4 projects (QuickTime movies that were exported from Final Cut Express), but I can't seem to drag and drop them into iDVD's background like I could with iDVD 4. When I drag the icon of the QT movie over into iDVD's window, the + sign does not appear, indicating that it's ready to drop, and when I let go of the mouse button, the QT movie's icon returns to the folder where the file resides.
    Most of the time, when trying to open or create any project, iDVD just sits there with its beachball spinning, or does nothing at all, so that I have to force-quit it (and then I trash the .plist).
    This version of iDVD seems like a real bummer. I can't get it to do anything.
    How do I return to iDVD 4? Can I Trash iDVD 08 and then reinstall iDVD 04 from the iLife 04 DVD?
    Tom

    Very rarely do I recommend reverting to an older version of iLife once the current version is already installed. But in your own situation, perhaps this is best ..... given the fact apple's iLife'08 isn't intended for a G4. You need a G5 or better for iMovie apparently within iLife 08. iDVD's system requirements call for at least a G4 733. But I haven't seen anyone post on this iDVD forum who has the latest version of iDVD successfully running on a G4.
    Use the following app at your own risk to remove iDVD:
    http://appzapper.com/
    Good luck!

  • How do I get back my older version of Firefox? The new version sux.

    I loved the older version of Firefox. I also had a Yahoo toolbar, a MyYearbook tool bar and a Stumble Upon extension. When I "upgraded" to the new 4.0 Beta version, all of those disappeared.
    I got a notice that said the new version of Firefox is not compatible.
    If it's not compatible, then I don't want it, but I seem to be stuck with it. How do I get my older version back again??

    If you resaved the file and changed its name it is wherever you saved it to.
    If you changed the name of the open file then that is your only copy.
    You can go back to previous versions by various methods. In Pages 5 it is:
    Menu > File > Revert
    Peter

  • How to load an applet with older version of JRE?

    Hi All,
    I'm writing an applet which should read the username from the user's system using System.getProperty("user.name") method. I've JRE 1.4.2 in my browser, and it's throwing a AccessControlException whenever the applet is trying to read the "user.name" system property. So, I want to load this particular applet with an older version of JRE, say JRE 1.3. I've tried various approaches like,
    <jsp:plugin type="applet" code="LoginApplet.class" archive="login.jar"
         jreversion="1.3"     iepluginurl="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
    </jsp:plugin>
    and also tried OBJECT tag,
    <OBJECT
    classid="clsid:CAFEEFAC-0013-0000-0000-ABCDEFFEDCBA" codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"
         width="200" height="200" align="baseline" >
    <PARAM NAME="code" VALUE="LoginApplet.class">
    <PARAM NAME="archive" VALUE="login.jar">
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
    <PARAM NAME="scriptable" VALUE="true">
    No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!
    </OBJECT>
    I've not tried the simple APPLET tag because we can't specify a java plugin using the APPLET tag.
    In both the above methods, I'm still getting AccessControlException. In Java console, I'm seeing Java Plugin as 1.4.2.
    Can someone tell me is it possible to read the "user.name" system property from user's machine using Applets? If yes, how?
    Thanks,
    Tarun.

    Applets are prevented from doing certain things - reading data is one - to maximize security. You can either add permissions to the computer that the applet is running on, or you can sign the applet.
    See
    http://java.sun.com/docs/books/tutorial/security1.2/tour1/step2.html
    and
    http://forum.java.sun.com/thread.jspa?threadID=686184&tstart=45

  • My bank website doesn't support Firefox 4. How can I return to the older version of Firefox?

    I called my bank and they said that I need to use an older version. How do I do this?

    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data.
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles
    An alternative approach is to keep Firefox 4 and install the portable version of Firefox 3.6 on your hard drive. The portable version will be totally independent of the main version and can be used when you want to access the bank site. You can get it from http://portableapps.com/apps/internet/firefox_portable

  • How do I revert to an older version of iTunes?

    I'm running OS !0.4.8, and software update upgraded my itunes yesterday. Now, it won't open - it says I need 10.4.9.
    I CANT upgrade to 10.4.9, because every time I do, Airport Extreme update 2007-001, which is not compatible with 10.4.9, stops working and my internet gets cut off. So how can I revert to the older itunes?

    hattrickpatrick,
    Don't be in such a rush to downgrade iTunes ..... you are putting the cart before the horse!
    I would strongly suggest that you upgrade the OSX 10.4.8 to the later versions ... 10.4.10 or .11 ...
    but *first update the AirPort Extreme* in the following order:
    1) http://www.apple.com/support/downloads/airportextremeupdate2007002.html
    then
    2) http://www.apple.com/support/downloads/airportextremeupdate2007003.html
    Repair Permissions using (Applications/Utilities/Disk Utility/RP) ..... RESTART computer.
    You should then be able to upgrade your Tiger OSX 10.4.8, which will enable the install of other applications.
    DIXIE

  • How to go back to an older version of Quickoffice

    I am writing here as I can't get QuickOffice to respond.
    I want to go back to an older version and tried to do it with TimeMachine but it must not backup the apps.
    I have been holding off the update for months with success but when I just updated my iPhone software to ver 4 it also updated Quickoffice.
    The actual problem is that I use many excel sheets that have as many as 500 rows. Each time I save the spreadsheet and reopen it goes to cell 1. The older version did not.
    Thanks
    larryB

    QuickOffice solved the problem with an update.

  • My Yahoo toolbar is gone requiring me to press the back button thru all of the pages I've viewed to get back to my homepage. AND more importantly I can no longer use Kodak Gallery. How do I return to an older version of Firefox?

    The recent version of Firefox apparently does not support/permit me to see/use the Yahoo toolbar. Therefore, I have to manually page back thru all of the yahoo pages I've visited to get back to the main page.
    Also the recent version of Firefox apparently is not compatible with Kodak Gallery's functions; therefore use of my many photo albums stored online is no longer available.
    Apparently I need to go back to an older version of Firefox or use another browser.

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox
    If you prefer, you can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html

  • Bridge 6.1.0.115 will not run on Mac OS 10.6.8. Unfortunately, I upgraded to the new version. How do I revert to the older version that works with Mac OS 10.6.8?

    Is there a way to download the previous or older version of Bridge CC. The current version will not run on Mac OS 10.6.8. Thanks for any assistance.

    The current version will not run on Mac OS 10.6.8. Thanks for any assistance.
    The easiest way would be to update to at least 10.7.5 (supported on most older Macs) but maybe you have strong reasons not to do so, however it will put you in to more trouble in the future because newer applications have more often the habit of not being able to support older OS versions due to limitations of this old OS.
    Here is the announcement of Adobe:
    http://blogs.adobe.com/creativecloud/moving-ahead-with-mac-os-x-10-7-and-higher/
    However PS CC should still work on your system and otherwise CS6 should. As a cloud subscriber you still have access to both CC and CS6 on the Adobe CC download pages. But only PS is a major upgrade (changed to version 2014) and Bridge has just a minor update and should still work on 10.6.8 I would think?
    Installing the updates and upgrades did not remove or uninstall the CC versions of PS, otherwise use CC application to install CC again.

  • How do I re-install an older version of I tunes?

    Don't like new format of I-tunes, prefer the version I had. How do I re-install  my previous  version?

    Use google to find the desired version.
    Install it.

  • How do I get different and older versions of java plugin to work

    I want to use firefox at my work, my company uses a program that uses java. But the programmers at my company aren't really good and when they check for the java plugin they check for the specific jre-6u21 instead of the generic with 6uXX. Sometimes I have to use another version of the program that requieres Version=1,4,2,06. They work fine with iexplorer.
    If I update to the current version (update 24) Firefox can't find the plugin. Explorer just gives a warning that you might be missing important security updates.
    Can Firefox give a warning or run with the latest version instead of looking for the missing plugins?

    This is what Oracle has to say about the problem: [http://www.java.com/en/download/faq/other_jreversions.xml Download older versions of Java]
    If you install an older version in Firefox it will be listed in Tools | Add-ons | Plugins and you can disable it there. But as Oracle mentions, using older versions potentially exposes your system to attack such as the one mentioned here: [http://www.h-online.com/open/news/item/Java-SE-6-Update-24-fixes-floating-point-bug-1190818.html Floating Point Bug]

  • I don't like Firefox 4!! How do I get back the older version???!!!

    I've lost features that I had and used frequently. I tried to get info and found suggestion that customizing toolbar by dragging buttons/icons to toolbar would work. I did that for Refresh. Stop, Print, and Home, but the Stop and Refresh don't work. I've lost the down-arrow that was next to the Forward and Back buttons; the down-arrow at right side of URL bar does not take the place of the arrow I've lost.
    I've found statements from others who do not like the new version and want to go back to previous version, BUT THERE WAS NO INFO ON HOW TO RETURN TO 3.6.?

    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data.
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

Maybe you are looking for

  • Cisco Nac 3310 Upgrade From 4.1.6 to 4.7.2

    Hi, I've to upgrade the NAC Enviroment from 4.1.6 version to 4.7.2 version. This is the scenario. 2 CAM 2 CAS on 3310 Platform in HA-Pairs. On Cisco WebSite i found that upgrading to 4.7.2 is possible by this way: 4.1.6 --> 4.1.8 --> 4.5.1 --> 4.7.2.

  • Apple Configurator could not access its supervision certificate.

    Hi There, My Apple Configurator keeps getting this error when ever i open it. Just wondering if anyone could help me, got no idea what to do. Thanks

  • Selecting into an internal table with deep structure

    Hi, I am working in ECC 6.0 now and it is giving me a syntax error for the following code. types: tt_bdc type standard table of bdcmsgcoll       with default key. data:  begin of t_test occurs 0,         vbeln like vbak-vbeln,         tab   type tt_b

  • ASA 5510 annoyance

    Hi Cisco Guru's, I hope someone can help to resolve this issue we are having with our ASA.... A little background on the setup, our LAN is connected via the inside interface (inside int & LAN are on the same subnet), we have an MPLS link connected to

  • Business Catalyst Part of Cloud?

    I heard I would get 5 free hosted sites if I were a Could member... Does Business Catalyst come in the Cloud package or do I need to purchase it separately?