+ Reply to Thread
Results 1 to 98 of 98

Excel 2013 sucks.

  1. #1
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Excel 2013 sucks.

    I just upgraded to Office 2013 and man does it suck.

    Slow as hell, and what were the developers thinking with way the cell selection change happens? It just makes things slower IMO.

    Anyone else disappointed?
    Be fore warned, I regularly post drunk. So don't take offence (too much) to what I say.
    I am the real 'Napster'
    The Grid. A digital frontier. I tried to picture clusters of information as they moved through the computer. What did they look like? Ships? motorcycles? Were the circuits like freeways? I kept dreaming of a world I thought I'd never see. And then, one day...

    If you receive help please give thanks. Click the * in the bottom left hand corner.

    snb's VBA Help Files

  2. #2
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Hmmm... No upgraders???

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Excel 2013 sucks.

    Not for me, but if you got problems with it, why should I upgrade.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Quote Originally Posted by oeldere View Post
    Not for me, but if you got problems with it, why should I upgrade.
    I would stick with 2010 0r 2007. I was just wondering if any up graders had buyers remorse? Lucky this is just on my home PC.

  5. #5
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Excel 2013 sucks.

    Years of bitter experience has taught me to avoid all new Microsoft products. Instead I go for the second last product.

    Remember it’s the second mouse that get’s the cheese!

    Alf

  6. #6
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    I don't find it especially slow but the animation is really annoying. the bi features are cool though-as long as you have pro plus version anyway
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  7. #7
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Quote Originally Posted by JosephP View Post
    I don't find it especially slow but the animation is really annoying. the bi features are cool though-as long as you have pro plus version anyway
    I hear that, I can't stand how the cells change after selecting a new one.

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Excel 2013 sucks.

    Apologies for the off-topic, but I, too, am a "second-version" guy. I used 2003 until 2012, when i finally upgraded to 2010, I'm "ok" with that now and probably won't see an upgrade again until Excel 2018.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  9. #9
    Registered User
    Join Date
    03-17-2011
    Location
    Edmond, Oklahoma
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Excel 2013 sucks.

    I am developing an add-in for excel 2010 and started testing it in 2013 and holy crap it is really slow! I think it have more to do with protecting and unprotecting workbook than anything. For some of the code to run properly the workbook needs to be unprotected then reprotected again once it is finished, and process is way slower in Excel 2013(Ex. 1000-2000X Slower). I came up with a solution to speed up the process but it is still really Slow, but here it is anyways.

    Ex. (Not proper coding just trying to convey the general idea)

    State = Workstate

    EnableEditing (unprotect workbook/sheets)

    'do some stuff

    restore to original state

    You put this in each subroutine or function that make changes to the sheets or workbooks. This way if you make a call to a sub from inside one that has already enable edit it does not run the code. Once that that sub is finish it will not reprotect because of its original state before the call was made. Once the last came is make it will reprotect the workbook.

    Ex.

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    This Code will not run, it's just the general concept. I hope this helps!
    Last edited by JBeaucaire; 02-22-2013 at 07:38 PM. Reason: Added code tags, as per forum rules. Don't forget!

  10. #10
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    by the way if you turn off hardware graphics acceleration in the options-half the way down in the advanced section-it's much less annoying ;-)

    also see this blog post: http://blog.jussipalo.com/2012/08/of...animation.html
    Last edited by JosephP; 03-01-2013 at 05:11 AM.

  11. #11
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Excel 2013 sucks.

    See if http://msdn.microsoft.com/en-us/libr.../ff837594.aspx helps shed some light on this topic.

    Then look at the bigger picture at http://msdn.microsoft.com/en-us/libr.../jj229830.aspx

    Because the world is moving to the web, programs need to run in a browser. I believe this is motivating all software development now.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  12. #12
    Registered User
    Join Date
    03-02-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: Excel 2013 sucks.

    ha ha ha ...

    i still prefer excel 2007 though...

  13. #13
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    2007 was the worst of all :-)

  14. #14
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    and at last they see sense on licensing http://www.zdnet.com/microsoft-resto...es-7000012200/

  15. #15
    Registered User
    Join Date
    06-19-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    1

    Exclamation Re: Excel 2013 sucks.

    Hi,

    i have amacro that saves the excel sheet as pdf. I am able to do it manually in excel 2013 but when i try to do it using VBA. excel stops automatically. dont know whats wrong.

    here is the VBA :

    sht_output.ExportAsFixedFormat xlTypePDF, sItem & "/" & filename, xlQualityStandard

    sItem contains path and filename contains name of the file.

    Can anyone help.

    This is working fine in excel 2007 and 2010. giving problem in excel 2013.

    Please help this is very urgent..

    Thanks

  16. #16
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    I would reply to your query, but there are no canned replies any more so I can't tell you what forum rule you have just broken.

    Have a nice day.

  17. #17
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    contact_ankit86...

    Please do not post your questions on some-one elses thread - this is called hijacking. Please start your own thread, and if you think it it particularly relevant (I dont see how this thread would be?), post a link back to this thread

    Thanks
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  18. #18
    Forum Contributor
    Join Date
    11-02-2011
    Location
    Rugby, England
    MS-Off Ver
    Office 365
    Posts
    846

    Re: Excel 2013 sucks.

    If its urgent, you may benefit from using the commercial services section ;-)

  19. #19
    Registered User
    Join Date
    03-17-2011
    Location
    Edmond, Oklahoma
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Excel 2013 sucks.

    Try....

    Sub SaveAs_PDF2(FileSaveAs_Name As String, MyRange as Range)

    MyRange.ExportAsFixedFormat (Type:=XlFixedFormatType.xlTypePDF, Filename:=FileSaveAs_Name _
    , Quality:=XlFixedFormatQuality.xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
    :=True, OpenAfterPublish:=True)

    End Sub

  20. #20
    Valued Forum Contributor john55's Avatar
    Join Date
    10-23-2010
    Location
    Europe
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    2,028

    Re: Excel 2013 sucks.

    dlmcdan

    Your post does not comply with Rule 7 of our Forum RULES. Please do not ignore requests by Administrators, Moderators and senior forum members regarding forum rules.

    If you are unclear about the request or instruction then send a private message to them asking for clarification. Do not post a reply in a thread where a moderator has requested an action that has not yet been complied with e.g Title change or Code tags...etc
    Regards, John55
    If you have issues with Code I've provided, I appreciate your feedback.
    In the event Code provided resolves your issue, please mark your Thread as SOLVED.
    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

    ...enjoy -funny parrots-

  21. #21
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Quote Originally Posted by JapanDave View Post
    what were the developers thinking with way the cell selection change happens??
    I don't have Excel 2013 nor have I seen it in action on anyone elses machine but...

    I've seen many posts complaining about this "cell animation".

    I'm not a big "bells and whistles" kind of guy so I'm sure I would hate it. I hate the way some of the right click menu items appear and then disappear in Excel 2010. WTH is this?

    With that being said consider this...

    Someone(s) higher up the food chain had to approve of this new "feature".

    OTOH, I read that there are a "bunch" of new functions which would interest me. But, for the next couple of years I won't be "upgrading" to Excel 2013.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  22. #22
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    From what I have heard, neither will I, Tony. I currently use 2007 and have been contemplating moving up to 2010

  23. #23
    Registered User
    Join Date
    11-21-2012
    Location
    New York
    MS-Off Ver
    Excel 2013
    Posts
    43

    Re: Excel 2013 sucks.

    I like it. Mine actually operates faster then my previous excel 2010 version. Maybe its just your computer. :3

  24. #24
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    I like the irony of your user name ;-)

  25. #25
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    I wouldnt think there is much that an i7 (3770) with 12 gig ram and 2 TB hdd would have a hard time managing?

    Edit: thanks Joseph, I left out the 64bit part
    Last edited by FDibbins; 06-30-2013 at 07:14 PM.

  26. #26
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    unless you use 64bit having 12GB RAM vs say 4GB won't make much difference most likely. the performance dropped hugely from 2003 to 2007 in many areas and it's still playing catch up. 2013 is MUCH slower in some areas-like unprotecting worksheets-and the color schemes still suck even if there's 3 shades of white now instead of 1 ;-)
    the SDI interface has introduced a few new bugs/features to keep us on our toes too

  27. #27
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Quote Originally Posted by TheProffesional View Post
    I like it. Mine actually operates faster then my previous excel 2010 version. Maybe its just your computer. :3
    My PC build specs for my home PC.

    Rampage Extreme 4 Motherboard
    Intel® Core™ i7-3970X Processor Extreme Edition (15M Cache, up to 4.00 GHz)
    Dominator Platinum series DDR3 2400 64GB (8X8 GB) CMD64GX3M8A2400C10
    Intel 320 Series SSDSA2CW600G310 2.5" 600GB SSD
    3 X Nvidia GeForce GTX 690

  28. #28
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Excel 2013 sucks.

    I look at this thread like biting the hand that feeds you. Users want more and more and more and faster, faster, faster.....

    Are we showing our snob appeal by complaining about something that does so much?

    Read http://spreadsheetpage.com/index.php...eed_benchmark/ for factual data about 2010 vs 2013 speed.

    I wonder how many of you would go back to 2003 with less max rows and columns, no ribbon, worse pivot table features and much larger file size? How about XML type conversions? What if it was only in English instead of being localized to 47 different languages? Wouldn't you complain about that?

    If we aren't careful, this tool we know, called Microsoft Excel, will simply go away and we'll be left with our social networks and slide rules to get answers.

    I, for one, am very glad Excel keeps coming out with newer versions that have features that are keeping up with the world and technology.

  29. #29
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Quote Originally Posted by MarvinP View Post
    I wonder how many of you would go back to 2003.
    I use Excel 2002 as my default version. I only use 2007, 2010 if I have to.

  30. #30
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    Marvin, excel-lent post, and a great reminder that pogress comes with a few hiccups now and then, improvements are not always perfect the 1st time round, but if there were no small steps to get better, we might still be using an abbacus (sp) and using clay tablets.

    I have moved through SuperCalc, Quattro pro, lotus 123 excel 2000 - 2007, and each step has been, overall, an improvement. I admit there were times, I thought...this little part here isnt as good as "whatever"...but overall, the progressive steps have just got better and better.

    What once was a very useful calculation tool, has evolved into 1 arguably of the best and most integrated tool there is around

  31. #31
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2013 sucks.

    MP, I don't mind that Excel keeps improving in some aspects, but what I wish would happen is that they do proper beta-testing and where things will be slower or non-existent, MS tells us how to work around it. For example, my first posts here (or anywhere else for that matter) was because I came across a macro that used FileSearch and it didn't work in Excel 2007. MS didn't provide advice on how to work around this problem. Today, I know there are lots of workarounds (e.g. snb's page here at EF describing workarounds for FileSearch). The point is that if MS did this upfront, users wouldn't have to keep running in circles trying to find answers to problems that were created by upgrading.

    On a similar note, I just heard from the IT department that after spending an arm and a leg for an evaluation all our computer systems and calculating the true cost of upgrading from Windows XP to Windows 7 across the organization, they will be sticking to Windows XP on all systems unless you are using a tablet. There would be just too much time and money lost in upgrading/ buying new versions of programs/ hardware, etc. and even then, certain programs would stop working because there is no available upgrade.

    So in short... make Excel faster (everyone happy)... make us rewrite all our add-ins (lots of unhappy clients).

    abousetta
    Please consider:

    Thanking those who helped you. Click the star icon in the lower left part of the contributor's post and add Reputation.
    Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.

  32. #32
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    @Marvin
    the notion that pointing out flaws in software is biting the hand that feeds us is honestly ridiculous. Microsoft is not going to stop making its cash cow because some people complain about its flaws but if we don't it sure as hell won't fix them (not that I am saying it will fix them even if we do-experience proves that is not always the case)

    also one speed test does not prove that 2013 is faster (or slower) than 2010-although it does seem to indicate it's slower than 2003 for that test. 2013 is factually much slower in certain aspects. it's also subjectively more irritating for many due to its UI

  33. #33
    Valued Forum Contributor
    Join Date
    08-22-2011
    Location
    Auckland
    MS-Off Ver
    Excel 2019
    Posts
    716

    Re: Excel 2013 sucks.

    I've read more negative articles regarding excel 2013 than positive ones, the same with windows 8, or 8.1 now.
    I'll most likely wait for office 20?? & windows 9, unless it comes with a new laptop I'm gonna buy soon.
    If 2013 is supposed to be for the future, it must be designed for tablet use. Does it even work on a tablet?

  34. #34
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    Quote Originally Posted by Philb1 View Post
    Does it even work on a tablet?
    I know it works on the Surface tablet

  35. #35
    Registered User
    Join Date
    07-01-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Excel 2013 sucks.

    Quote Originally Posted by MarvinP View Post
    ....

    I, for one, am very glad XL keeps coming out with newer versions that have features that are keeping up with the world and technology.
    Hi Marvin, I am new to the forum (today), viewed this thread as I may be forced into XL2013 if I buy a new computer, did as you suggested and noticed comments to the speedtest link generally support the view that it is slower ("found 2013 to be half as fast as 2010".

    The tone of comments in this thread pleasingly surprised me (as I have been accused of being a luddite) for not wanting to spend vast amounts of time to simply keep up with changes Microsoft deem necessary (I had refusing to "upgrade" from Office 2003 to 2007 based on more obedient co-workers' experiences). My honest view is that Office type software should be tools which people can be become skillful with rather than something that dumbs down its users every 18 months (or at best forces them to spend many hours re-learning what has been changed). We have re-arranged golf clubs, the violin or automobile controls for a good reason in my opinion (I am neither a golfer nor musician but do drive a car).

    I should also confess that I was an unwilling XL user - as an expect user of Lotus 123 it became obvious to me in 1994 that the world was moving to XL and I had no choice but to follow and in seeking to find out if the former still exists I found this which you may find either amusing, interesting or informative.

    http://www.lifehacker.com.au/2013/05...-3-teaches-us/

    Cheers, Nick

  36. #36
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    Nick, welcome to the forum thanks for the link, brings back memories I cut my teeth on supercalc, lotus 123 and (darn, getting old - and showing it lol - cant remember the other name now)
    Last edited by FDibbins; 07-05-2013 at 12:07 AM.

  37. #37
    Registered User
    Join Date
    07-01-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Excel 2013 sucks.

    Thanks FDibbins,

    Was it QuattroPro? Nick

  38. #38
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    Yup, thats the 1 thanks

    and they were all very good - in their day

  39. #39
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Back in the day...

    At work we used Lotus but at home I used QP. Then, some time in the early 90s we changed to Excel at work but I still preferred and used QP at home.

    I eventually migrated to Excel in the mid 90s.

    I still think that in its time QP was a better piece of software.

  40. #40
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    sounds like we followed a similar path Tony

    And I can remember, back in the day when they 1st starting introducing the mouse, I bet my boss (and won) that I could do things quicker with a k/b than he could with a mouse

    aaahhh those were the days LOL

  41. #41
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Excel 2013 sucks.

    Hey Guys - about 2013....

    Have you tried Table Slicers yet? See http://www.youtube.com/watch?v=v4taBhc9ENQ

    Also - I was looking for a way to use an external file to lookup. This file changes twice a month. It is USA Golf GHIN indexes that are updated on the 1st and 15th of each month. Player handicaps are calculated based on this changing number. In Excel 2010 they added a feature called MS Query that allows an external file to be updated and used as a reference. Excel is just getting better with more features. You can't do this with 2003 or 2007... 2013 = Better!!

  42. #42
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    Msquery has been around over a decade! ;-)

  43. #43
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Excel 2013 sucks.

    Excel is just getting better with more features. You can't do this with 2003 or 2007... 2013 = Better!!
    Sooooo, ?????

    How did you pass your Forum Guru exam ????



  44. #44
    Registered User
    Join Date
    08-30-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    0

    Re: Excel 2013 sucks.

    Quote Originally Posted by JosephP View Post
    by the way if you turn off hardware graphics acceleration in the options-half the way down in the advanced section-it's much less annoying ;-)

    also see this blog post: http://blog.jussipalo.com/2012/08/of...animation.html
    The Office "Disable hardware graphics acceleration" setting was not the answer for me but the solution from the blog post mostly did what I want. But it's unfortunate that you have to use such a global setting in either case just to stop that intolerable cursor drag animation. For example, it also disables the animation of the dashed line around a copied selection. Now it's just a static dashed line that sometimes confuses me before I realize what it is. Guess I'll have to learn to live with it though because there seems to be no inbetween option.

    Maybe I'm just that different from everybody else, but sometimes it astounds me to imagine how things like that ever make it through the development process. I don't even want to start discussing the ribbon concept.

  45. #45
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    developers aren't users and by the time beta testing occurs a lot of features are usually baked in-same with most software. from what friends have told me 2013 only had the white color scheme originally-I'd flat out refuse to buy it if that were still the case; it's a migraine-inducing snowstorm

    you can never please all the people all the time-the ribbon was at least based on user metrics

  46. #46
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Since I got a new machine a few weeks ago I've decided to take the plunge and install Office 2013 this weekend.

    Some things in Excel 2010 aren't exactly "works of genius". For example, the right click menu paste options.

    Who the !@#$ came up with that pile of %^&* ?

  47. #47
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Excel 2013 sucks.

    When Excel went to 2007 it lost its accurate shape ability - I run my 2010 (which purportedly fixed some of the problems with shapes) with the Ribbon minimized - I expect you all do that, don't you? I was happy with my 2000 (NT5) and the NT4 prior to that. I only got 2010 because I had a gig for a 100K row file and I have it on my laptop only. Maybe MS will correct some of the annoyances of 2013 with their next edition???
    If I've helped you, please consider adding to my reputation - just click on the liitle star at the left.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Pride has no aftertaste.)

    You can't do one thing. XLAdept

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aka Orrin

  48. #48
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Quote Originally Posted by xladept View Post
    I run my 2010 ... with the Ribbon minimized - I expect you all do that, don't you?
    I do, both 2007 and 2010.

  49. #49
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Excel 2013 sucks.

    @snb

    I think we all learn what we study. We get good at problems that we solve. Excel 2013 is just another tool that has improved to where it is today. The problems have changed also with new needs to merge in data and using new tools like Slicer in Tables.

    So - I was really thinking about some hard problem from the past that I've solved. Here is one for our Form Experts. This kind of problem might be why I got that GURU label.

    Use any version of Excel (as a tool) to spell your own name by changing ONLY the red formula below. Here is the code:

    Please Login or Register  to view this content.
    Maybe we should have a GURU test!!! Should this be one of the many problems?? Arlette??

  50. #50
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Excel 2013 sucks.

    That would be a good test in that anyone who can't do it really shouldn't be a guru! I mean how hard is:
    Please Login or Register  to view this content.
    Remember what the dormouse said
    Feed your head

  51. #51
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Rory, you are thinking about this too hard, you somethning simple like this.

    Please Login or Register  to view this content.
    Last edited by JapanDave; 09-02-2013 at 07:36 AM.

  52. #52
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Excel 2013 sucks.

    Cool. What did we win?

  53. #53
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Quote Originally Posted by romperstomper View Post
    Cool. What did we win?
    If I had it my way, a box of good scotch. Actually, it would be just great to have a beer with you.

  54. #54
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Excel 2013 sucks.

    I have a sneaking suspicion it wouldn't just be a beer...

  55. #55
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Looks like it is my shout when I am in your neck of the woods then...

  56. #56
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Excel 2013 sucks.

    I look forward to it, even if my liver does not.

  57. #57
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    First look at Excel 2013.

    I had to call MS tech support to get the dang thing activated.

    Excel 2013 has a SHEET() function to return the sheet number but does not have a SHEETNAME() function?

    Seems like an obvious complimentary function!

    I like the FORMULATEXT( ) and ISFORMULA( ) functions.

    IFNA( ) isolates just the #N/A errors unlike IFERROR( ) which isolates ALL errors.

    The DAYS( ) function... we could've traded that one for SHEETNAME( )

    That cell value "rolling effect" seems kind of cool (at least for now).

  58. #58
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Excel 2013 sucks.

    Hey Tony,

    Try a VBA UDF (User Defined Function) like:
    Please Login or Register  to view this content.
    Also the built-in Sheet() function can return the tab/sheet number if you include the Tab/Sheet Name.

    If you had a Summary sheet you could find it's tab number by doing a:

    =Sheet("Summary")

    I wonder how this might be included with an Indirect Function?

  59. #59
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    In previous versions I would use the XL4 macro function GET.DOCUMENT(87) to return the sheet number (for us non-programmers).

    1. Create a defined name and call it SheetNum.
    2. In the refers to box type:

    =GET.DOCUMENT(87)+NOW()*0

    3. Back on the worksheet in a cell type:

    =SheetNum

  60. #60
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Quote Originally Posted by Tony Valko View Post
    First look at Excel 2013.

    That cell value "rolling effect" seems kind of cool (at least for now).
    Nevermind.

    After testing with very many cells recalculating all at once this is not cool.

  61. #61
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Excel 2013 sucks.

    No, it isn't! What makes it worse is no simple way to completely disable it.

  62. #62
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Maybe (hopefully) in the next service pack they'll have a patch that adds an option to disable it.
    Last edited by Tony Valko; 09-02-2013 at 07:05 PM. Reason: I don't know how to spell.

  63. #63
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Excel 2013 sucks.

    Based on the new style of messages you get, it should say "stop damn well jumping around"

  64. #64
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    One thing I really like about Excel 2013 is the color schemes.

    I thought 2007 and 2010 were extremely "light" and hard to see. 2013 is much easier on the eyes!

  65. #65
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    I have to disagree, Biff, I cant see anything on 2013

  66. #66
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    I'm nearly blind (for real) and I can see things in 2013 much easier.

  67. #67
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    well maybe the reason I cant see 2013 to well is coz Im still running 2007 L(

  68. #68
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Yeah, I knew you were setting me up for that line!

  69. #69
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2013 sucks.

    Yup and I knew you knew that I knew you knew

  70. #70
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    I know!

  71. #71
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Excel 2013 sucks.

    Derr,

    Guess Who

    Please Login or Register  to view this content.

  72. #72
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Excel 2013 sucks.

    Quote Originally Posted by xladept View Post
    Please Login or Register  to view this content.
    That is freaking brilliant. I think you may want to consider entering a contest.
    Last edited by 6StringJazzer; 09-12-2013 at 04:34 PM.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  73. #73
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Excel 2013 sucks.

    @ 6StringJazzer - ah, shucks

  74. #74
    Registered User
    Join Date
    01-03-2014
    Location
    Idaho
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Excel 2013 sucks.

    I just upgraded to 2013 from 2010 and I'm having serious issues. Nothing works like it use to. Simple highlighting a group of cells produces all kinds of unexpected results. I don't like this at all.

  75. #75
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Excel 2013 sucks.

    Hi JumpBack (to 2010) Jack

    See if changing some defaults does the trick. Read

    http://www.accountingweb.com/article...el-2013/221223

  76. #76
    Registered User
    Join Date
    01-03-2014
    Location
    Idaho
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Excel 2013 sucks.

    Thanks MarvinP for your response. I tried that, but it didn't help. I'm going back to 2010.

  77. #77
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Excel 2013 sucks.

    Quote Originally Posted by JosephP View Post
    by the way if you turn off hardware graphics acceleration in the options-half the way down in the advanced section-it's much less annoying ;-)

    also see this blog post: http://blog.jussipalo.com/2012/08/of...animation.html
    Thank you, thank you, thank you. The blog instructions worked great! BTW: He lists two approaches. Both were available on my machine (Windows 8) and Office 2013. I employed both. The right click on "Computer"/properties presented a ton of options to disable. Thanks, again.

  78. #78
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Excel 2013 sucks.

    Quote Originally Posted by MarvinP View Post
    @snb

    I think we all learn what we study. We get good at problems that we solve. Excel 2013 is just another tool that has improved to where it is today. The problems have changed also with new needs to merge in data and using new tools like Slicer in Tables.

    So - I was really thinking about some hard problem from the past that I've solved. Here is one for our Form Experts. This kind of problem might be why I got that GURU label.

    Use any version of Excel (as a tool) to spell your own name by changing ONLY the red formula below. Here is the code:

    Please Login or Register  to view this content.
    Maybe we should have a GURU test!!! Should this be one of the many problems?? Arlette??
    LOL. Cute. I'll save that one in case I need it.

  79. #79
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Excel 2013 sucks.

    Quote Originally Posted by Tony Valko View Post
    First look at Excel 2013.

    I had to call MS tech support to get the dang thing activated.

    Excel 2013 has a SHEET() function to return the sheet number but does not have a SHEETNAME() function?

    Seems like an obvious complimentary function!

    I like the FORMULATEXT( ) and ISFORMULA( ) functions.

    IFNA( ) isolates just the #N/A errors unlike IFERROR( ) which isolates ALL errors.

    The DAYS( ) function... we could've traded that one for SHEETNAME( )

    That cell value "rolling effect" seems kind of cool (at least for now).
    10-4 on the SHEET()/SHEETNAME() thing.

  80. #80
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Excel 2013 sucks.

    Quote Originally Posted by Tony Valko View Post
    In previous versions I would use the XL4 macro function GET.DOCUMENT(87) to return the sheet number (for us non-programmers).

    1. Create a defined name and call it SheetNum.
    2. In the refers to box type:

    =GET.DOCUMENT(87)+NOW()*0

    3. Back on the worksheet in a cell type:

    =SheetNum
    Please enlighten me. What is the significance of the "+NOW()*0" part?

  81. #81
    Registered User
    Join Date
    01-03-2014
    Location
    Idaho
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Excel 2013 sucks.

    It was my mouse. Cost me $200 to find out from Microsoft, but that was it. The mouse was making the cursor go crazy and in turn me crazy.

  82. #82
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2013 sucks.

    Quote Originally Posted by FlameRetired View Post
    Please enlighten me. What is the significance of the "+NOW()*0" part?
    That makes the formula volatile so that it will recalculate if/when a sheet is added/deleted/moved.

    It essentially adds 0 to the sheet number which has no net effect on the formula result.

  83. #83
    Registered User
    Join Date
    07-01-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Excel 2013 sucks.

    Quote Originally Posted by jumpbackjack View Post
    Thanks MarvinP for your response. I tried that, but it didn't help. I'm going back to 2010.
    Thanks jumpbackjack. The issue may now be a smaller problem for me - at 60 years of age, just before Xmas I made the decision to give Apple a try (on the simple basis that they make both the hardware and the operating system software). This cost a fair amount as everything is high end, I fully expect that it won't be perfect and will take some effort to learn (unlearning the PC conventions really), just got fed up with every couple of weeks wasting many hours because Microsucks/Adobe/other peripheral or software supplier had decided to "upgrade" something that then proved incompatible with something else.

    I would have quite happily paid Microsoft the cost of every new software version if it was prepared to fully maintain Windows 7/Office 2010 but that idea would never fly.

    Nick

  84. #84
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Excel 2013 sucks.

    Hi Nick and welcome to the forum,
    I was reading about the comparison between Windows and Apple OS a few days ago and it seemed Microsoft had the lead. I read lots of reviews and it seem if you like pictures and music, Apple is your choice. If you want a business machine using a database then windows seems to be the choice. See the attached info for some comparisons.
    http://en.wikipedia.org/wiki/Usage_s...rating_systems
    http://lifehacker.com/mac-vs-windows...ents-486125257

  85. #85
    Registered User
    Join Date
    07-15-2014
    Location
    New York
    MS-Off Ver
    2013
    Posts
    0

    Angry Re: Excel 2013 sucks.

    YES Excel 2013 sucks - I feel like I've taken a giant stepback in my work because of it! Having to check, check and re-check analysis because records get dropped in filters after 10,000 - change in the way sort works and the selection of columns etc. and that's just the tip of the iceberg

  86. #86
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: Excel 2013 sucks.

    I do not see records be dropped after 10,000. They will not appear in filter dropdown but this is not different from before.
    • Please remember to mark threads Solved with Thread Tools link at top of page.
    • Please use code tags when posting code: [code]Place your code here[/code]
    • Please read Forum Rules

  87. #87
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Excel 2013 sucks.

    Just upgraded to Office 2013 at work last week. Thought some of the animations were a bit annoying at first, but you get past them. Basic $500 Dell box, no bells or whistles or extreme this-or-that, and it performs just as well as when I had 2007. (Working with macros, add-ins and files with hundreds of thousands of rows.)

    When the ribbon first came out many were upset, but (most) got used to that too, as with anything new. I actually like the Paste/PasteSpecial context menu. Once you know what each of the icons means, of course.

    So far I've only had to change one setting (in Word) to fix a compatibility issue with a 3rd party app (merged documents were opening in a non-editable protected view), and all others just work as before.

    I must be one of the lucky ones.

  88. #88
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    You are Paul. One thing I like is when writing code the intellisense actually works.

  89. #89
    Registered User
    Join Date
    05-18-2015
    Location
    Texas
    MS-Off Ver
    2013
    Posts
    0

    Re: Excel 2013 sucks.

    I tried two things that seemed to get a decent amount of approval from other people:
    1. Check "Disable hardware graphics acceleration" within Excel Options > Advanced > Display.
    2. Uncheck "Animate controls and elements inside windows" within Control Panel > System > Advanced System Settings > Advanced > Settings...

    However, these didn't resolve the lag I was experiencing with Excel 2013. Then realizing that I tend to have way too many windows open at a time and that I previously used to run multiple instances of Excel when I was using version 2010, I looked up how to do this in 2013:
    http://blogs.office.com/2013/06/03/o...nces-of-excel/
    http://sqlblog.com/blogs/marco_russo...owerpivot.aspx

    Silly me for thinking I was opening new instances of Excel with 2013. Now that I've started separating my files, the performance seems to match that of 2010 if not better. This may be totally irrelevant for those of you who run one workbook at a time, but it took me far too long to get here so thought I'd share.

  90. #90
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Still sucks, no avoiding it.

  91. #91
    Registered User
    Join Date
    04-18-2014
    Location
    USA
    MS-Off Ver
    MS Office 2010
    Posts
    86

    Re: Excel 2013 sucks.

    Ok I know this is a OLD thread but I think the problem with 2013 is that with the world moving in better and faster CPU's with HyperThreading that with 2013 and probably newer versions that it will work better and faster if you have a atleast a Quadcore CPU with HyperThreading. The newer version CPU the better also more cores and ram help alot also.

    I'm currently using a Dualcore from '08 with only 2gb of ram and no Video card and its extremely slow for me. I'm mad that I Upgraded without knowing that cause Excel 2010 work just fine for me and I dont feel like uninstalling 2013 just to reinstall 2010.

  92. #92
    Registered User
    Join Date
    04-18-2014
    Location
    USA
    MS-Off Ver
    MS Office 2010
    Posts
    86

    Re: Excel 2013 sucks.

    Also if you disable all the Multi Threading in the Advance Options it seem to run alot better. I just did and it speed up very noticeably

  93. #93
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Just upgraded to Excel 2016 and things have not gotten any better.....

  94. #94
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Excel 2013 sucks.

    you oughta try 2016 on a mac. worst thing I've seen for a long while

  95. #95
    Registered User
    Join Date
    10-28-2015
    Location
    BFE, USA
    MS-Off Ver
    2010
    Posts
    30

    Re: Excel 2013 sucks.

    I'm not sure what my settings are, just loaded 2016 on new computer, but if you right click and click on Excel 2016 above Pin... then it will load in new instance. I use this method alot with notepad since it appears to stick also.

  96. #96
    Forum Contributor Gregor y's Avatar
    Join Date
    10-24-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2010 32-Bit
    Posts
    276

    Re: Excel 2013 sucks.

    Yeah the animations in 2013 anoyed me too so I googled how to turn them off

    Please Login or Register  to view this content.
    Note: Changes don't take effect till you compleetly close out and re-open excel, and you can tell if animations are on or off by copying a cell. The ants don't march if animations are off.
    Last edited by Gregor y; 04-15-2016 at 04:42 PM. Reason: bad-form, added turn on macro too
    If it'd make you feel better using my answer because of my street cred, then you can go ahead and click Add Reputation below to improve it.

  97. #97
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Excel 2013 sucks.

    Isn't it time for a "Excel 2016 sucks" thread?

  98. #98
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Excel 2013 sucks.

    Quote Originally Posted by 6StringJazzer View Post
    Isn't it time for a "Excel 2016 sucks" thread?
    I could do that.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1