Microsoft Excel 2010 alt-tab causes part of screen to freeze

One of my clients is having the issue above. When he opens 2 different Excel applications, and starts doing usual work, which involves copy-paste from one Excel to the other one, and changes between them using alt-tab, then all of a sudden part of one Excels
screen freezes and you can see the cells being at the wrong place. When you minimize the window and then come back to it, then it's fixed, or when you scroll down and back up it will fix itself. I have found other people having the same problem on the forum,
but the only thing I haven't tried is getting a new graphics card installed instead of the Intel HD one. I even tried uninstalling the Intel HD driver, letting Windows use some default driver, but the problem persisted even then.
The machine has Windows 7 installed, Office 2010. Hardware is standard Lenovo T420.
Since I've tried everything and the problem is still not fixed I'm hoping for some more ideas.
PS: I'm 100% sure not using alt-tab would fix the issue, or reverting to Office 2007, but those fixes are not acceptable for my client.

check out thread below, it suggests this thing:
I experienced the exact thing you are describing and it was very annoying.  I eventually found an
option under File - Options - Advanced, in the Display category, called "Show all windows in the Taskbar".  Uncheck this and alt-tab will stop trying to interpret each spreadsheet in the same instance of Excel as a different application.  Then
to switch between spreadsheets in the same excel instance, use ctrl-tab instead.
https://social.technet.microsoft.com/Forums/windows/en-US/c3e73faf-81fa-425a-95d7-d33219d8ff02/multiple-instances-of-the-same-excel-document-in-alttab-list?forum=w7itproui
Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
IT Stuff Quick Bytes

Similar Messages

  • The goal is to synchronize an excel sheet using Microsoft Excel 2010 with Sharepoint 3.0

    The goal is to synchronize an excel sheet using Microsoft Excel 2010 with Sharepoint 3.0. We have already installed an add-in (Excel 2007 Add-in: Synchronizing Tables with SharePoint Lists) that was supposed
    to help the synchronization of excel to Sharepoint, but it did not work. We would like to synchronize information about a calendar from excel to Sharepoint 3.0, so every time a change is made in excel it automatically updates in Sharepoint.

    ootb, changes in excel don't sync with a SharePoint list, the other way around is possible.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Problem accessing informix ODBC 32 bit System DSN using Microsoft Query external data sources in Microsoft Excel 2010

    Hi all...
    I'm hoping if anybody could help me. I'm using Microsoft Excel 2010 + Windows 7 Professional 64 bit. I've installed the informix client sdk for odbc drivers to create odbc 32 bit connection. Before this, i had successfully installed in
    another Windows 7 Professional 64 bit PC the informix client drivers and configured the odbc connection for it. During that time, i can access the 32 bit ODBC using the microsoft query from the Microsoft Excel 2007. But now...in the new PC, even though i had
    successfully installed the informix client and manage to configure the 32 bit ODBC for it, my Microsoft Excel 2010 can't call/recognise the 32 bit ODBC connection as if the Microsoft Excel 2010  only called the 64 bit ODBC. Is it in Microsoft excel 2007
    it is possible to recognise the 32 bit ODBC but the Microsoft Excel 2010 can't? Is there any solution if my Microsoft Excel 2010 still want to use the 32 bit ODBC connection.

    Hi,
    Excel 2007 has only 32-bit since 64-bit applications for Office are available only for Office 2010. Thus, you can use
    32 bit ODBC between Microsoft Excel 2007 & Windows 7 Professional 64 bit. Now, you are using Microsoft Excel 2010 64 bit & Windows 7 Professional 64 bit, thus, you must install the 64 bit ODBC drive. If you still need to use 32
    bit odbc drive, please use 32 bit Excel 2010. Here is the detailed steps:
    http://datasummit.co.za/how-to-install-an-informix-odbc-driver-on-windows-7-for-ms-office-2010
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Microsoft excel 2010 starter

    My computer came with Microsoft excel 2010 pre installed, all was working well till recently, I was able to reinstall, however I get a message that I have a licensing problem. I can't open any of my saved work on excel, or word. I did have a computer virus and had to restore my computer back to original state.

    Hi:
    I have zipped up and attached the Office 2010 Starter installation file under attachments below.
    I have used this to successfully reinstall Office 2010 Starter in the past.
    Since the program is free for use, there shouldn't be any issues with licensing as long as it is installed on a qualifying PC with W7.
    In order to use the file, be connected to the internet, download, unzip and double click to run the file.
    It will contact the Microsoft Office 2010 Starter download site and reinstall the program for you--both Word Starter and Excel Starter.
    Attachments:
    Office 2010 Starter Setup File.zip ‏981 KB

  • Microsoft Excel 2010 has overlaying, duplicate screens

    My clients Microsoft Excel 2010 is showing two copies of the page on top of each other.  This shows a confusing image.  I scanned his hard drive and it is good.  He is operating on a Dell E5420 with 4GB of RAM.  I would attach a screenshot
    but MS won't let me until my account is verified. 

    Re:  seeing double
    Maybe there is a picture of the sheet on top of the actual sheet.
    Try clicking each of the "sheets" and pressing the delete key.
    Jim Cone
    Portland, Oregon USA
    free & commercial excel programs (n/a xl2013)
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

  • Exporting to Microsoft Excel from a DataView Web Part consuming a Web Service with Parameters

    In Sharepoint Designer, I've developed a page displaying a DataView Web Part which consumes an XML Web Service with three parameters.  These parameters are passed in from a simple Form Web Part containing three input fields.  I am able to provide default values for the web service so the dataview is initially populated, and when I enter in new parameters, the web service goes back, grabs the requested data and displays in the dataview nice and slick.
    The problem I'm having is this: In Internet Explorer 7, when I right-click on the DataView Web Part and select Export to Microsoft Excel, Excel opens up, says "ExternalData_1: Getting Data..." and returns the data from the web service which applies to the default parameter values each and every time, regardless of whether I have changed the parameters on the web page, and contrary to what the DataView Web Part displays on the screen.
    Has anyone else run into this, and is there a solution to the problem?
    Best regards,
    Mark Christie

    Hi Bullish35,
     It's possible to provide single export button and export your 4 dataview webparts. Here's the modified code.
    <Script Language="Javascript">
    function isIE() // Function to Determine IE or Not
    return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent);
    function exportToExcel() // Function to Export the Table Data to Excel.
    var isIEBrowser = isIE();
    if(isIEBrowser== false)
    alert('Please use Internet Explorer for Excel Export Functionality.');
    return false;
    else
    var strTableID1 = "detailsTable1", strTableID2 = "detailsTable2", strTableID3 = "detailsTable3", strTableID4 = "detailsTable4";
    var objExcel = new ActiveXObject("Excel.Application");
    var objWorkBook = objExcel.Workbooks.Add;
    var objWorkSheet = objWorkBook.Worksheets(1);
    var detailsTable = document.getElementById(strTableID1);
    var intRowIndexGlobal= 0;
    for (var intRowIndex=0;intRowIndex<detailsTable1.rows.length;intRowIndex++)
    for (var intColumnIndex=0;intColumnIndex<detailsTable1.rows(intRowIndex).cells.length;intColumnIndex++)
    if(intColumnIndex != 3)
    objWorkSheet.Cells(intRowIndexGlobal+1,intColumnIndex+1) = detailsTable1.rows(intRowIndex).cells(intColumnIndex).innerText;
    intRowIndexGlobal++;
    for (var intRowIndex=0;intRowIndex<detailsTable2.rows.length;intRowIndex++)
    for (var intColumnIndex=0;intColumnIndex<detailsTable2.rows(intRowIndex).cells.length;intColumnIndex++)
    if(intColumnIndex != 3)
    objWorkSheet.Cells(intRowIndexGlobal+1,intColumnIndex+1) = detailsTable2.rows(intRowIndex).cells(intColumnIndex).innerText;
    intRowIndexGlobal++;
    for (var intRowIndex=0;intRowIndex<detailsTable3.rows.length;intRowIndex++)
    for (var intColumnIndex=0;intColumnIndex<detailsTable3.rows(intRowIndex).cells.length;intColumnIndex++)
    if(intColumnIndex != 3)
    objWorkSheet.Cells(intRowIndexGlobal+1,intColumnIndex+1) = detailsTable3.rows(intRowIndex).cells(intColumnIndex).innerText;
    intRowIndexGlobal++;
    for (var intRowIndex=0;intRowIndex<detailsTable4.rows.length;intRowIndex++)
    for (var intColumnIndex=0;intColumnIndex<detailsTable4.rows(intRowIndex).cells.length;intColumnIndex++)
    if(intColumnIndex != 3)
    objWorkSheet.Cells(intRowIndexGlobal+1,intColumnIndex+1) = detailsTable4.rows(intRowIndex).cells(intColumnIndex).innerText;
    intRowIndexGlobal++;
    objExcel.Visible = true;
    objExcel.UserControl = true;
    </Script>
    I haven't tested this. But it should work! :)Regards,
    Venkatesh R
    /* My Code Runs in Visual Studio 2010 */
    http://geekswithblogs.net/venkatx5/

  • Alt-Tab Causes Run-away Icons

    Catchy title, but true. When I click Alt-Tab to switch between apps, the icons blink and alternate very quickly. I can still switch programs, but usually I "miss" and another app opens up - like Bridge. Not a show-stopper, but very annoying.

    I've seen video driver issues do similar, though "missing" the app has not usually part of that.
    Now, for some questions:
    1.) do you have Window Blinds?
    2.) is Aero on?
    3.) is Sidebar on?
    4.) what video card and driver version?
    5.) do you have the MS InteliPoint mouse driver installed?
    Good luck,
    Hunt

  • Synchronizing Microsoft Excel 2010 with Sharepoint 3.0

    We would like to synchronize calendar entries from MS Excel 2010 (64-bit) to SharePoint 3.0, so that every time a change is made in Excel, it automatically syncs in SharePoint 3.0.  We have already installed
    an add-in (Excel 2007 Add-in: Synchronizing Tables with SharePoint Lists) that was supposed to help the synchronization of Excel to SharePoint, but it did not work.  ANY IDEAS?

    ootb, changes in excel don't sync with a SharePoint list, the other way around is possible.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Alt+Tab broken in full screen mode

    Hi,
    I generally use lightroom in full screen mode where the title and menu bar are both hidden. However, when in this mode I find using Alt+Tab is broken. For example, say I have LR as the foreground application. I press Alt+Tab and switch to another app. Then press Alt+Tab once expecting to get back to LR. But somehow LR has gone to the end of the list and instead I get another application.
    Is anyone else seeing this? I use WinXP+SP2+latest updates.
    Thanks,
    Nick

    There are different types of full-screen mode. If in the other applications, you see the Minimize/Restore/Close buttons in the top right-hand corner, then that is not the full screen mode being used by Lightroom, which you'll notice, does not have those buttons available.
    The other applications are actually maximized, and not in full-screen mode.
    John Gregson

  • HT201335 What causes the TV screen to freeze but sound continue on TV when using Air Play from I Phone?

    What causes TV screen to freeze but sound continue on TV when using Air Play from I Phone 4?

    First try rebooting ATV and router. Beyond that, it's probably something within the network, typically interference.
    To get a report of the network go to istumbler (Mac) or netstumbler (PC). Look for signal strength and noise.
    If on wifi try ethernet.

  • "Document Not Saved" Microsoft Excel 2010 SP1

    We have a remote office which has a 2mb WAN link, The users in the remote office have a variety of Office installs from 2003 to 2010 SP1.
    When attempting to open an excel file over the WAN link (The file is on our main shared drive in Sydney) they can open and edit the document however when it comes to saving they receive "Document not saved" and the original document is gone and a .tmp file
    remains where the original file was on the network drive/shared folder.
    If they then hit save a second time it saves correctly and the document is in the correct .xls format.
    The excel files do have some funky tables etc in them and are a few mb's in size, however we have the same issue with a new excel document with only one word written in it.
    Does anyone know what would be causing this issue?
    We have tried added NetworkResiliency and PivotTableNetworkResiliency as per http://support.microsoft.com/kb/291204.
    We have tried removing certain hot fixes from Microsoft as mentioned in http://support.microsoft.com/kb/983458.
    We added the share to be a trusted site.
    There are no errors in Event Viewer. 
    I have found another few threads on similar issues with no fix:
    http://social.technet.microsoft.com/Forums/en-US/office2010/thread/f559b061-b98f-4b33-ab8a-d1a41d2e8cb8/
    http://social.technet.microsoft.com/Forums/en-US/officeappcompat/thread/4af962a0-d883-4e82-8995-7eb766d6c720
    We do have a RiverBed at the remote office and one at the site in Sydney which is for network optimization. On the RiverBed with have all CIFS ports added and QoS marking done so it should be optimized.
    Any assistance with how to fix this annoying issue would be greatly appreciated.
    Thanks

    We're having the same exact issue in our office where we just installed a new Riverbed Steelhead as well... only happening in that office as well...User opens a document on a network share that the rest of the company works from day to day, they save 10
    or 20 minutes later and BAM... "There has been a network or file permissions error. The network connection may be lost", then a non-hidden *.tmp file is then created in the same network directory as the actual file and the original file doesn't get
    written to, you click [OK] on the error and then try to save again and it magically works...and you're left with a messy TMP file as well in the directory now. I doubt it's related to antivirus, definitely not firewall, reinstalling/repairing office and tweaking
    settings doesn't help, I agree it has nothing to do with locking files or read-only files as they're plain old word docs and excel files...MAYBE it has to do with the Riverbed WANOP appliance but either way... don't you love how this thread just randomly died
    with no solutions? :'(   Thanks Micro$oft ;)
    {Edit} Oh! And one last thing...this MIGHT help steer someone in the right direction in the future... there could be a problem related to your network filer such as a NetApp appliance, EMC, Netgear etc where there is an SMB version mis-match or a bug of some
    kind requiring you to apply a patch your storage device in order to fix this type of issue.

  • Here's an Odd one: Microsoft Excel 2010 Workbook "randomly" Becoming Protected

    Either there are gnomes in our servers, someone is lying, or some sort of glitch is causing this issue (and honestly I'm not even sure which is most likely), but here's my story:
    User is working on an excel workbook. This user accesses this file all the time with little to no problems. One day a week or two ago the user finds the workbook is password protected, but doesn't even know how to do this, much less remembers locking it.
    My boss restores a backup of said document that is not password protected. User is able to access file, edit it, save it, etc.
    The next day that same file (and only that file) is locked for the second time. We use a back door method and save a new copy with a new filename. User edits file, saves it, etc.
    The next day that same file (and yes, only that file) is locked for the third time.
    Am I crazy? Is someone lying to me? Do gnomes really go inside computers and wreak havoc to make me lose my sanity?
    Any thoughts would be greatly appreciated.
    I have the file and plan on saving an unlocked copy locally to see if the issue presents itself again.
    Windows 7 computer running Office 2010; Windows 2012 server

    Have you got over this odd issue yet?
    If this workbook is saved in a shared drive, maybe you need to track who uses the excel file.
    http://stackoverflow.com/questions/18319162/how-do-i-track-who-uses-my-excel-spreadsheet

  • Microsoft Excel 2010

    Hi,
    I have an issue with excel, letters of a particular column covert into numbers, once i save the excel and then reboot the system.

    Looks like you have a reference problem. Do you run some macro's and then hit save?
    When you go to File-Options-Formula you will see the options to check the referencetype R1C1 which is the option to show column numbers instead if column letters. Maybe some macro is seeting the reference to that checkbox?
    Maurice

  • Microsoft Excel cannot access the file "-". There are several possible reasons. Windows Server 2008 R2 with Microsoft Office 2010

    I have a problem with starting the Excel Application under a particular user (service account).
    I try to schedule this C# script through an application X (not Windows Task Scheduler. And this
    application will always use a service account to run services on the server). If I run the C# script in
    command prompt under the same user, it runs. Under the application X, which uses the exact same
    user, to initiate the C# script, it fails to open the Excel application (not sufficient permission?).
    This script calls application.Workbooks.Open(<ExcelFileName>,0,false,Type.missing....). At this line
    of code, it gives the following error:
    Microsoft Excel cannot access the file "...". There are several possible reasons:
    -The file name or path does not exist.
    -The file is being used by another program.
    -The workbook you are trying to save has the same name as a currently open workbook.
    I tried all the methods that I found online as follow:
    Create directory "C:\Windows\SysWOW64\config\systemprofile\Desktop" (for 64 bit Windows) or "C:\Windows\System32\config\systemprofile\Desktop" (for 32 bit Windows).
    Changed the DCOM config for the Microsoft Excel application to include this user for Local/Remote Launch and Access.
    Enabled all macros in Excel application and set the Trust Center.
    Add the user to have full control on all folders that contain the Excel file.
    Under DCOM
    config, Microsoft Excel Application, if I modify the Identity tab to check on "This User" and enter the username/password to let Excel always run under that user. Then the application runs perfectly. However, other users can't run the excel application
    on their own with the following error: "Cannot use object linking and embedding". If I check "Use the launching user", then Excel can't be launched. No errors in the logs or events anywhere to check.
    Yet, still the same error. I think it's permission but I am not sure where and what to do for this to work.
    Now, normally, when I run this excel report, I can double-click on the file and it'd automatically run,
    save the new parameters into the current file and generate a new excel file (with date attached to the
    file name). That means there is a change (save) to the original file.
    Environment: Windows Server 2008 R2 and running Microsoft Excel 2010.
    I appreciate all your help!

    I am wondering if this has anything to do with having the user log into Excel.
    In point #5 above: Under DCOM config, Microsoft Excel Application, if I modify the Identity tab to check on "This User" and enter the username/password to let Excel always run under that user. Then the application runs perfectly. However, other
    users can't run the excel application on their own with the following error: "Cannot use object linking and embedding". If I check "Use the launching user", then Excel can't be launched. No errors in the logs or events anywhere to check.
    Because running with the launching user proposes an user to run the Excel application. However, I do not think there is any where that we can pass in the password for this user to Excel. However, this Excel has all the permissions to Excel application as
    well as the folders that have the Excel files.
    Please help!
    Thank you!

  • Microsoft Excel 2013 Goes Transparent When switching Tabs

    Our site recently moved from Office 2010 to Office 2013 and there haven't been too many issues as of yet.  One of the ones thats being reported is that when you switch from one tab to Excel using Alt+Tab nothing appears.  But when you hold
    the cursor over the page you see that + sign as if your in excel.
    The particular spreadsheet where this happens most frequently has no formulas and almost no formatting apart from a colour code.  Its a list of external links to websites used by their department.  For example New Stories, online resources, thats
    the only out of the ordinary thing that is on this spreadsheet.
    Any ideas for a fix?

    Hi
    To solve the issue more efficiently, I would like to confirm what it exactly means :"hold the cursor over the page you see that + sign as if your in excel". You mean switch between windows diaplayed when clicking Alt+Tab?
    Copy the contents to a new workbook to check if the problem still exists.
    If that doesn't work, repair Office 2013 in Control panel>Program and features>Office 2013(change)>Repair.
    Regards
    Tylor Wang
    TechNet Community Support

Maybe you are looking for