+ Reply to Thread
Results 1 to 2 of 2

help - excel file not opening

  1. #1
    Registered User
    Join Date
    12-31-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    15

    help - excel file not opening

    hi,

    I applied a couple of formulas to entire columns which drastically increased the file size. now i can't open the file. i tried changing the calcuation to manual but that didn't help. please help!

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: help - excel file not opening

    Do you have a restore point from a few hours ago you can retrieve the file from?

    How much of the data do you seek to salvage? Can you lose formatting, style, colors, for example? For something like that you can sometimes view an Excel file's assets by opening the file in a PKZip utility. (first make a backup) You'll have to change filetype in the operating program to include all. There you can see various extraneous content that causes bloat.

    Perhaps go into VB editor with Alt+F11 with no workbook active. Summon the Immediate Window with Ctrl+G and type (hitting enter after each line):
    Application.Calculation = xlCalculationManual
    Application.ScreenUpdating = False

    And then try to open it up.

    Don't forget to reverse the operations:
    Application.Calculation = xlCalculationAutomatic
    Application.ScreenUpdating = True
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 05-31-2014, 02:05 AM
  2. Replies: 3
    Last Post: 01-14-2014, 10:57 AM
  3. Replies: 4
    Last Post: 01-24-2012, 12:52 PM
  4. Opening EXCEL with a specific file opening also
    By HitTheEXCELerator in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-23-2011, 12:51 PM
  5. [SOLVED] opening an excel file opens a duplicate file of the same file
    By skm in forum Excel General
    Replies: 1
    Last Post: 12-07-2005, 01:55 PM

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