.xlsm File use from Excel 2013 64bit/Win7 64bit to Excel 2013 32bit/Win8.1 64bit - Component Removed (not API related)

Work Environment:  Excel 2013 64bit/Win7 64bit
Home Environment: Excel 2013 32bit/Win8.1 64bit (1 desktop and 1 laptop)
I am developing an an .xlsm file at work (with Lists and a single form with controls linked to a worksheet ControlSource). It works and saves all day long just fine in my work environment. I save the file to either a USB drive (or DropBox - makes no difference)
and then open the file on my home computer. I can open the file the first time with no problem and with no error messages. But then when I try to save the file Excel 2013 32bit most often tells me that it has removed a component. But it doesn't tell which
component it has removed. After that, if I close the file and try to reopen it, it won't reopen. I get a series of error message: [1] file path errors (error 75) [2] Excel has stopped working errors. [3] Excel hasn't enough memory to complete the operation,
[4] Excel will close. So I click the close button on the last error message and Excel disappears. I say disappears, because its not really gone. Mind you, its not listed in the Task Manager at this point. But, if I then click the Windows Taskbar icon to start
Excel, Excel will sometimes automatically open up with the file that I was trying to open before, already up and running, i.e. I do not select the file to open it - it just appears. Other time Excel just repeats the series of error messages noted above.
The strange part is, once this file has been corrupted, I can still take it back to my work environment, fire it up on my work computer, and it works just fine. No error messages, no saving problems.
I have totally uninstalled and reinstalled Office 2013 (HUP Click to Run) on both my home computers and it makes no difference.
I can say though, this is driving me nuts. Anyone have any suggestions or ideas?
phillfri

I think I solved the issue.
Step 1: Moved all my code from the Worksheet_Open event to the Auto_Open Macro.
Result: File would open from inside Excel but when opening by clicking on the file in Windows explorer I would get the error msg "There was a problem sending a command to the program."
Step 2: Apply FixIt 20074. Note that to get this FixIt to work in Windows 8.1 you MUST save the FixIt file to your desktop and run it from there. If you follow the instructions on the FixIt page - download and run - you will get the error msg "This Fixit
does not apply because the computer does not have the expected software (Excel.exe)."
Excel 2013 definitely seems to have some bugs when starting a macro enabled file. I have seen other comments on the internet about the Excel workbook_open event actually failing to run all the VBA commands that are put into it.
Environments:
[1] Home: Microsoft HUP Click-n-Run Office Professional 2013; Windows 8.1, 64 bit; Excel 2013, 32 bit.
[2] Work: Enterprise Microsoft Office Professional 2013; Windows 7, 64 bit; Excel 2013, 64 bit.
phillfri

Similar Messages

  • CAN AN EXCEL XLSM FILE READ FROM A CSV AND WRITE BACK TO THE SAME XLSM -VBA

    Hey Carlos- Here's the repost. 
    Could an XLSM file read a line from a CSV file in "A1" and depending on what was in the first column in the XLSM, search the CSV file and find the indexed item in the second column or third? I've done it before with standard VLookup functions and it was cumbersome and very slow, and for some reason, everytime I would save the file it would take forever although the xls file was a single sheet.
    i've attacthed a sketch of what I'm talking about, because it's hard to explain and I think the sketch explains it better. Here it is, sorry if it is blurry, it looked fine before I posted:

    ok, use this version, I changed it a bit. To accommodate the issue with the single cell, I moved the main procedures to a function for a more efficient use.
    Sub xlsmCsvLookup()
        'have both your xlsm and your csv files open
        'in the xlsm file, select a range of cells to look up
        'run the script to search all selected cells and get the values from the csv file
        Dim csvDataRange As Range 'csv file data column
        Dim selRange As Range 'to hold selected cells
        Dim foundRange As Range
        'get the source range
        Set csvDataRange = Workbooks("Book2.csv").Sheets(1).Range("a:a") ' replace "Book2" with yourCSVfile.csv
        'check for selection, only one cell, ceck that cell and exit, otherwise loop thru selection
        If Selection.Count > 1 Then
            'loop thru all selected cells, ignore empty cells
            For Each selRange In Selection.SpecialCells(xlCellTypeConstants)
                findSelection selRange, csvDataRange
            Next
        Else
            findSelection ActiveCell, csvDataRange
        End If
        Set foundRange = Nothing
        Set selRange = Nothing
        Set csvDataRange = Nothing
    End Sub
    Function findSelection(selRange, csvDataRange)
            'try to find it in the csv file
            Set foundRange = csvDataRange.Find(selRange) 'if found, assign it to foundRange
            'if no match highligh cut
            If foundRange Is Nothing Then
                selRange.Interior.ColorIndex = 34
            Else
                'if found, get the value in next cell
                selRange.Offset(0, 1) = foundRange.Offset(0, 1)
            End If
    End Function

  • TS1368 I had to delete the Itunes files entirely from my computer. Now that I want to download Itunes again, I can not find a site that it let me to do so.

    Hello,
    I had to delete Itunes from my Windows Xp, now that I am looking for a site to download it again, I can not find any. I went to Apple, I got as far as "download" but when I klicked on it, nothing happened. What should I do?
    Thank you for your help.

    iTunes is free... there is no membership fee.
    Try providing some specifics about what is going on and others might be able to provide a resolution.

  • Satellite L500D: What Win7 version should I choose: 32bit or 64bit?

    I have just purchased a Toshiba Satellite L500D and upon starting it up it asks in the product recovery menu to choose either Windows 7 32-bit version or Windows 7 64-bit version.
    I am really not sure which option I should be selecting.
    Can some please assist??

    Hi
    Its your choice which version you choose! ;)
    But if you have 4GB or more RAM installed I would suggest choosing the 64bit version. Only this version can handle 4GB or more RAM.
    If you dont have 4GB RAM you can choose the 32bit version. Some older applications are require 32bit OS.
    Have fun with your new notebook! :)

  • Unable to edit XLSM files in SharePoint using hyperlink?

    Hi All,
    Unable to edit .xlsm files using hyperlink, please guide me.
    Thanks
    Ramanjulu Naidu N

    Hi Ramanjulu,
    Did this happen to all users?
    Did the "Read Only/Edit" dialog pop up when you click the .xlsm Name link from SharePoint 2010?
    Could you see the yellow message bar with "Edit Workbook" button when you open the .xlsm file in your Excel Application?
    You can check if the following kb article could solve yellow message bar missing problem, set "Browser File Handling" as Permissive for your web application, or update the registry for client Office application.
    Also check if the add-on "SharePoint OpenDocuments Class" is enabled in your IE 32-bit browser.
    http://support.microsoft.com/kb/2661910
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Cannot transfer files using Creative Media Sou

    I cannot Cannot transfer files using from my PC to my Creative Jukebox 0GB using Creative Media Source. Since I installed Windows Media Player 0, it seems that Windows Media Player 0 is the only program enabled to transfer files to my creative Jukebox. I would just go ahead and use Media Player, but Media Player won't let me change my library to one designated music file folder location. Media Player wants to find every copy of the same song on my system and is very difficult to use to transfer the files to my Jukebox device. Is there any fix to make Creative Media Source the preferred (or only) program used to transfer the files from PC to device?

    i am having a similar problem, although i have not downloaded windows media player 0. The creative mediasource software wont let me transfer songs onto my zen touch (20G). i only got the player a couple of days ago and it only has about 400 songs on it so far so there's no problem with the memory. I had problems before where it wouldnt let me upload anything that began with a letter after 's' in the alphabet! i solved this (no idea how) but the problem seems to have come back and now it wont let me up load anything. When i atempt to, it comes up with the prompt "unable to read file. file may be in use, missing or corrupted." (which they arent as far as i know) I also, for some reason, cannot play any songs through creative mediasource - even though i could a few hours ago!
    Please could someone help as this is very frustrating!!!!!!

  • Can I open the (.squ) sequence files using NI test stand 4.0 version?

    I have the sequence files created using ATETool Kit test Executive. But I have NI 4.0 test stand. I want to open the sequence files using NI 4.0 test stand. Can i do that?

    Hi,
    I am not familiar with ATETool kit Test Executive, but I doubt NI TestStand will open this. As you have both, have you tried it?
    TestStand does have a conversion tool for converting NI TestExecutive sequence files into TestStand sequence files.
    Maybe you could write a conversion tool to make the conversion for you if you have many ATETool kit Test Executive files.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • To send attachment file using SMTP

    Hi,
    Can anybody help me to send an attachment file using SMTP?
    Regards,
    Rakesh

    do a search at asktom.oracle.com for javamail
    javamail is an api provided by sun (for free!), which allows you to send attachements and much more.
    greetings
    Freek D
    Hi,
    Can anybody help me to send an attachment file using SMTP?
    Regards,
    Rakesh

  • Can I remove backuped files/folders from Azure Backup storage without un-registor the servers ?

    Can I remove backuped files/folders from Azure Backup storage without un-registor the servers ?
    I want to remove some backuped files/folders to compact Azure Backup Storage and to save the cost of Azure Backup.
    Scenario 1: remove tempolary files from Azure Backup Storage.
    Scenario 2: remove no-recovery files from Azure Backup Storage.
    Scenario 3: move the files from backup target folder to other storage's folder.
    Now, To remove backup files/folder from Azure Backup storage, I seems to need un-register the servers, and register the server.
    Regards,
    Yoshihiro Kawabata

    Thank you Giri, for quick reply.
    I want to save the Azure Backup storage cost, now.
    I don't want to pay the Azure Backup storage cost for no-restore-need files until the backup point gets aged.
    and I don't want to remove / re-backup the restore need files by un-register/register operation.
    I feedback this issue to feedback.azure.com.
    "Remove files/folders from Backup"
    http://feedback.azure.com/forums/258995-azure-backup-and-scdpm/suggestions/7421659-remove-files-folders-from-backup
    Regards,
    Yoshihiro Kawabata

  • QT 32bit on 64bit arch

    I want to develope a QT based application for android using a 64bit archlinux. I also want to test it on 64bit archlinux. The problem is, that i have to use a library which i have for android and for 32bit linux only. So i need a 32bit QT for 64bit archlinux to build and test the application on my pc.
    I have installed QT for android from aur, but i can't find it for 32bit on 64bit archlinux.
    (Because i want to develope an android application i need a QT version >=5.1)
    I tried to compile Qt from source with this configuration
    ./configure -platform linux-g++-64 -xplatform linux-g++-32
    But it doesn't work. I also tried to export this before compiling:
    CFLAGS = -m32
    CXXFLAGS = -m32
    LFLAGS = -m32
    But it doesn't helped. Qtcreator says, that i have a 32bit compiler(gcc) so that should not be the problem.
    I tried a chroot as well like this https://wiki.archlinux.org/index.php/In … _in_Arch64 , but when i try to install qt i get the error that it is for the wrong Architekture. I can't install some packages. Some other are working.
    I just started learning c++ and QT(but i have experience with c and i'm a java developer). So is there a way to get this working? Or do i have to install a 32bit archlinux for this?
    Thanks for reply
    Last edited by Algor88 (2013-04-20 13:22:27)

    I had a problem compiling my qt programs until I found this http://www.spinics.net/lists/gcchelp/msg36767.html which basically tells you to install gcc-multilib. If you don't have gcc-multilib installed it probably just ignores the -m32 flag.

  • TNS Timeout Error with both 32bit and 64bit drivers installed

    I have a server running WIndows 2008 64bit and SQL Server 2012 64bit. I have both the 32bit and 64bit Oracle ODBC drivers installed. 32bit is for SSIS and SSRS uses 64bit. I have an ODBC connection setup for both the 32bit and 64bit. I have the datasources setup for the 64bit and when I test it it works. When I go to run a query I get TNS timeout errors. Any ideas?

    Thank you very much, Curt!
    It's right: When the 64bit version is running, then the PSDs will be opened by this.
    But the configuration under "Bridge Edit/preferences/file type assoiciatons" has the same result as under the "Windows/Systemcontrol/Standardprograms": Never they show the name "Adobe Photoshop.exe (64bit)" - only "Adobe Photoshop.exe" In both cases (Bridge and systemcontrol) I have the possibility to choose the "right" Photoshop.exe by going to the right file (32bit OR 64bit), but the name of the .exe is ever the same: Only "Adobe Photoshop.exe". There is no difference.
    And so even if the 64bit version is preferred (in Bridge), the PSD-files will be opened in the 32bit-version, when no one of both versions is running.
    But - so or so - you have given me a way to solve my basic-problem!
    And when I find the time for experiments, I will show what happens, when I rename the 64bit-exe to "Adobe Photoshop64.exe" to get two different filenames for Photoshop in the Windows-System. (I'm not shure if this will function: When in the Photoshop-System are intrinsic lnks/references to "Photoshop.exe", then I will have no success! Therefore I have to make a HDD-Clone with the whole Windows-System, all Apps and my Working-data before I try to rename. Perhaps there is "no way back to the activation" after renaming the .exe ...
    Thank you and kind regards,
    Oh-Mann

  • Problem viewing .xlsx and .xlsm file in DMS using Display from Archive Link

    Hello All,
    We are using IXOS as a content server for storing the documents through SAP Archive Link.
    We are not storing any documents in SAP DMS.
    The client has an requirement to manage .xlsx and .xlsm documents.
    1. xlsx - We defined a new document class xlsx under SAP NetWeaver ..-> ArchvieLink  and made the required mime and sheet settings. This allows to upload a .xlsx file to IXOS server succesfully (using Check in Archive) link.
    But whenever we try to view the file using "Display from Archive", the browser gives a warning message that the file is in different format than xls. Do you want to still open (Standard Excel application message). On clicking yes, the file opens in .xls format instead of .xlsx.
    The client doesn't want to change the format to .xls. What can be done to preserve the .xlsx files.
    2. xlsm - Any clue as to does SAP ECC 6.0 support this file type for DMS? And if how the config settings are to be done?
    I will be grateful any help.
    Thanks.
    Ketki

    Hi Ketki,
    based on your description I think that maybe SAP note 1289314 could help here and made sure that the local copy also has extension XLSX or XLSM.
    Best regards,
    Christoph

  • Excel 2013 doesn't display .xls file downloaded from Wells Fargo (Inconsistent)

    I have two computers exhibiting the same problem but not every time.
    Windows 7 Pro 64-bit
    Office 2013 64-bit
    Download an .xls file through Chrome or IE.
    Download is fine
    Attempt to click to open.
    Excel Launches, appears in the taskbar, file never opens... Excel is unresponsive.
    Right Click Task Bar icon, program will close.  You can open other files just fine.
    I noticed when you double click the file to open, two excel.exe processes open in Task Manager... not sure if that is normal.  When you close excel, they both disappear.
    Thoughts?

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Did this issue only occur with the .xls files downloaded from Wells Fargo website? Have you tried from other website, such as OneDrive?
    Have you tried to download some .xlsx files to test from Wells Fargo website?
    Please do some tests to narrow down the issue.
    1) Try to convert the .xls files to .xlsx files, if we can open the .xlsx correctly, this issue may be caused by the compatibility issue between Office 2013 and Office 97-2003 format. Thus, I recommend you convert the file to Excel 2013
    format.
    2) Open the Excel program first=>Click Open=>Navigate to the file=>Then open it. If it also can be opened correctly, this issue may be caused by the Dynamic Data Exchange. Please try to turn off the "Ignore other applications that use
    Dynamic Data Exchange (DDE)“ setting.
    Steps:
    1.Click the File tab, and then click Options.
    2.Click Advanced, scroll down to the General section, and then clear the Ignore other applications that use Dynamic Data Exchange (DDE) check box in the General area.
    3.Click OK.
    If you have any update, please feel free let me know.
    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.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to get data from an existing Excel file using report generation toolkit

    I'm trying to use the Excel Get Data vi from the report generation toolkit, but i can't figure out how to turn a browsable path into the right type for the VI.  I've tried using the New Report.vi, but that doesn't work unless you use a template.  It won't open an existing excel file and make it an open report to pull data from.
    Essentially, i have a bunch of excel files that have data in them and i want to use a VI to analyze the data.  So, i'm trying to pull in all the data directly from the excel file so i don't have to reproscess them all into text so i can use the more standard spreadsheet VIs.  But to even convert the excel file programtically in labview won't i still need to be able to open the excel file and get the data?
    Solved!
    Go to Solution.

    I C.
    Got it,
    the reason why I can view it using my Excel file because its in .CSV.
    I open Microsoft Excel to open .CSV file.
    But you can also open .csv file with notepad.
    So, you cannot open .xls with Read Spreadsheet File
    I learn something everyday
    Best regards,
    Krispiekream

  • How to read the data from Excel file and Store in XML file using java

    Hi All,
    I got a problem with Excel file.
    My problem is how to read the data from Excel file and Store in XML file using java excel api.
    For getting the data from Excel file what are all the steps i need to follow to get the correct result.
    Any body can send me the code (with java code ,Excel sheet) to this mail id : [email protected]
    Thanks & Regards,
    Sreenu,
    [email protected],
    india,

    If you want someone to do your work, please have the courtesy to provide payment.
    http://www.rentacoder.com

Maybe you are looking for

  • Error Message: JBO-26080: Error while selecting entity for PoLines

    I'm using JDev 9.0.4. i make a VO from two EO at the BC4J level. then i create complete struts JSP Application for this VO. so i get a page that i can do New/Edit and Delete to each row. when i try to do Edit for some lines (not all of them) i get th

  • Error while consuming "Find Business Partner Elements by Elements" service

    Hi, I am consuming the standard enterprise service "Find Business Partner Elements by Elements" with technical name "BusinessPartnerCRMElementsByElementsQueryResponse_In" in Webdynpro CE 7.1 . The service provider is CRM 7.0. The response from the en

  • FRM-92101: Load Balancing Forms 10g with Web Cache

    Hi, I´m having some problems with Oracle Forms and Webcache 10g and I was wondering if you could help. Machines: (Pentium IV 2.6 GHz; 2GB RAM; 80GB HD) A. Red Hat Linux AS 2.1 Oracle AS 10g - Infrastructure Installation B. Windows 2000 Server - Serv

  • Need Help regarding payroll ASAP

    Hi Friends.. i m new to hr-abap and i have installed IDES in my system. i want to know Can we work out on payroll and Time management programs with IDES data for practice or anything extra need to configure?? Please guide me as i need to start practi

  • Index Entries Appearing Incorrectly in .CHM Index

    **I made a post regarding RH7 and issues with the indexing feature...since then, I have come across more issues, hence why I am doing a new post** I have RH7 and before I was having troubles with keywords being missed from the index in the generated