Errors opening Excel 2007 spreadsheets in Excel 2010

When I try to open spreadsheets created in Excel 2007 with Excel 2010, I get the error:  "Excel found unreadable contenct in 'file name'.  Do you want to recover the contents of this workbook?  If you trust the source of this workbook, click
Yes".  Then a Repairs dialog box comes up saying:  "Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.    Removed Part: Print options."  File then opens fine. 
We receive Excel 2007 from various sources.  One of my problem is that we are just starting to migrate people to Windows 7 and Office 2010, with most people still on Office XP.  The file format converter for Excel 2002/2003 does not work with these
Excel 2007 files.  The other problem is that we have macros that are used to open Excel files and import data into other Excel files.  Pretty hard to modify these macros to allow for some files that are going to pop up this error, and others that
do not.
What is causing this problem, and what fix is available?  We have asked that people save the Excel files in Excel 97-03 format before sending to us, with mixed results. 

Hi,
Thank you for using Excel IT Pro Discussions forum. 
Are you using Office 2010 RTM version? If it is trial version or beta version, I suggest upgrading it to the RTM version.
First, please check if this KB article helps:
Error message when you try to open a workbook in Excel 2007: "Excel found unreadable content in Book_Name"
http://support.microsoft.com/kb/929766
Note: The steps are for Excel 2007. The steps in Excel 2010 are similar.
If the problem persists, let’s also check the following settings in Excel 2010.
========
1.      
In Excel 2010, click File > Options > Trust Center > File block settings.
2.      
Check the checkboxes before:
Excel 2007 and later Wordbooks and Templates
Excel 2007 and later Macro-Enabled Workbooks and Templates
Excel 2007 and later Add-in Files
Excel 2007 and later Binary Workbooks
Then, try to open the Excel 2007 file in Excel 2010 and check the results again.
Best Regards,
Sally Tang
TechNet Subscriber Support
in forum
If you have any feedback on our support, please contact
[email protected]  

Similar Messages

  • 32-bit...64-bit...Excel 2007...Excel 2010...nonetheless a .xlsx File

    My head is spinning...soooooo here's the deal...
    The client provides us a .xlsx File. Now I have no idea how this is created and saved...via Excel 2007...Excel 2010
    When I attempt sourcing the .xlsx File in my SSIS Package I get the error "External Table is not in the expected format"
    Sooooo, I figure I'd write a C# Edit Script to read .xlsx File and Save it as a .xls file using the following syntax...
    string StrFileName = (Dts.Variables["User::FileName"].Value.ToString());
    StrFileName = Path.GetFileNameWithoutExtension(StrFileName);
    string StringSourceFile = (Dts.Variables["User::FilePath"].Value.ToString()) + StrFileName + ".xlsx";
    string StringDestinationFile = (Dts.Variables["User::FilePath"].Value.ToString()) + StrFileName + ".xls";
    // This initiates the Excel Application
    Microsoft.Office.Interop.Excel.Application excelApplication = new Microsoft.Office.Interop.Excel.Application();
    // This Opens the Source .xlsx File from Emdeon ePaySmart
    Workbook workbook = excelApplication.Workbooks.Open(StringSourceFile, XlUpdateLinks.xlUpdateLinksNever, true, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);
    // This will Save the Source .xlsx Emdeon ePaySmart File as a .xls File...note xlFileFormat.xlExcel5
    workbook.SaveAs(StringDestinationFile, XlFileFormat.xlExcel8, Type.Missing, Type.Missing, Type.Missing, Type.Missing, XlSaveAsAccessMode.xlExclusive, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);
    // This will Close the Source
    workbook.Close(false, Type.Missing, Type.Missing);
    // This shuts down the Excel Application
    excelApplication.Quit();
    Note xlFileFormat.xlExcel8
    Now this worked PERFECTLY client side. Then when I created a SQL Server Agent Job it blew up and from what I read the SQL Server Agent Job does not like running dynamic Excel commands.
    Soooooooo now I'm back at the drawing board and figured I'd use OLE DB to source the file.
    I am using this Connection String for the .xlsx File
    string StringConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + sourceFile + ";Extended Properties=\"Excel 8.0;HDR=Yes;IMEX=1\"";
    Now I understand that the OLEDB.4.0 Connection string is incorrect for a .xlsx File. (Which is why I probably tried to do this with dynamic Excel commands to begin with)
    Now comes the chicken and the egg problem...
    If instead I try using the OLEDB.12.0 Connection String it tells me it isn't installed
    My network, copied Microsoft Office 2010 installed is 32-bit
    So if I try to install the 64-bit Microsoft Access Database Engine 2010 it tells me I have to Uninstall Microsoft Office 2010. Well that is not possible
    So my question is this...How in God's name can I try and process this .xlsx File??? I am at a complete loss here.
    I did come upon this Posting previously...in italics below but it fell short in terms of providing a solution.
    Can anyone please help me out here?
    Thanks in advance for your review and am hopeful for a reply.
    ITBobbyP85
    When I create my connection manager to connect to a .xlsx file, I get the error message that says:
    "Test connection failed because of an error in initializing provider. External table is not in the expected format."
    The provider selected was the ole db "Microsoft office 12.0 Access Database Engine...", and in the All tab I entered "Excel
    12.0" at the top where it says Extended properties.
    Here is the stumper:
    My import package(s) has (have) been running manually for the last 2-3 weeks, but now i've finished an automated system that downloads
    the files from the ftp site, unzips them, validates all the expected files are there, renames and relocates the files to the names/locations expected by my ETL, and then runs the ETL.
    I found out today that the people who manually did this process were each time opening the file and then saving it to the correct location
    in Excel 2007. 
    When I try to run my ETL on the files in the automated process, it fails with the above error. If, however, I just open the file and
    save it (also in 2007), it runs fine. I have been trying to figure out what saving the file is doing to change it to be in the expected format.
    I have tried to use an excel 2003 connection to connect to a copy of the file with a modified extension of .xls and that didn't work.
    (in case it was in another version of excel and someone just changed the ext)
    I then tried to access the file with the OLE DB provider, as above, but instead of entering 12.0 on the Extended properties line, entering
    9.0 or 14.0 in turn (creating new sources/connections each time), and when I do that, both times I get an error that says: 
    “Test connection failed because of an error in initializing provider. Could not find installable ISAM.”
    Am I missing something? Is there something else that simply opening and saving the file might be doing to make it paletable to ssis?
    If we install excel on the db server I realize i could probably open it up and save it as excel 2007 and that would do the trick, but
    the dba is resistant to this idea, so I thought I'd see if anyone has any other ideas?
    If we do have to install excel on that server, does the version have to be excel 2007 in order to programmatically save it as type 2007?
    thanks in advance for your thoughts on the issue...

    You just need to install the latest ACE OLEDB (JET) provider, then when you set the package to run use a proxy with proper rights to access the Excel file on the file system.
    http://www.microsoft.com/en-ca/download/details.aspx?id=13255
    Arthur
    MyBlog
    Twitter

  • Ipad Numbers apps unsuccessfully importing Microsoft Excel 2007 spreadsheet

    Here are what I did. I first sent a Microsoft Excel 2007 spreadsheet (the format is xlsx) to my email. And then I opened it via Numbers in iPad Mini. The Numbers was importing the Microsoft Excel 2007 spreadsheet. It took about 2-3 minutes importing the file. The importing status bar was indicating the progress. When the importing status bar was about completed and then the Numbers apps closed itself. I first thought it completed importing the file. I opened the Numbers apps, there was nothing. I attempted opening it for several times but it ended up the same. That seemed the Numbers was having a problem importing Microsoft Excel 2007 spreadsheet. By the way, there are several tabs in the Microsoft Excel 2007 spreadsheet. Would that be a reason why Numbers couldn't import the file successfully? Or maybe Numbers only import Microsoft Excel 2007 spreadsheet with single tab in the file? Please help!

    gogreen2e wrote:
    It's just general worksheet. No pivot table, no VBA logic. But there are several tabs. One of the tabs has formulas linked to other tabs. For example, formula like: '=Sheet2!B2'.
    Its possible either of those could be a factor. I'm not sure if there is a top end limit on the number of tabs Numbers will handle (at least haven't run into to it yet). The formula syntax you have does not match what number presents, so that could be the issue, but I seem to recall it has not had an issue converting in the past. Could be wrth a look however.

  • Opening an Appleworks spreadsheet in Excel

    I transfered some files that were created in Appleworks 6.0.4 onto my MacBook with Office: Mac 2004. Nothing seems to open these files. I want to convert (or even copy) them into an Excel spreadsheet. Any suggestions?

    Hi Melissa,
    Welcome to Apple Discussions and the AppleWorks forum.
    icExcel should also be able to save the spreadsheet as an MS Excel document.
    Or you could:
    • Open the AW spreadsheet in icExcell
    • Select All and Copy*
    • Launch MS Excel and open a new spreadsheet.
    • Paste, then Save the spreadsheet using MS Excel.
    *(I don't know if the select and copy part of this is possible in icExcel)
    Regards,
    Barry

  • Can not open multiple excel 2003 and excel 2007 files in excel 2010 - message says they may be a security risk and wants to do a scan

    We use about 20 excel files to build a consolidated financial statement for our company.  Some of the files were built when  the computers were running 2003 and some when we had 2007.  We are being upgraded to Windows 7 with Office 2010.  In
    2007, we would simply highlight all the files in a folder, right click, and open.  Once they had all refreshed for new data, we would close them all.  Now with Excel 2010, we've highlighted all the files, but when we right click, we get a message
    that says some files may present an internet security risk.  Then it ask if we want to open anyway.  If we say yes, we get a box that asks us to scan the files.  We've done a scan, but at the end it still doesn't open the files.  If we
    say no, it does nothing.  Either way, we're not getting the files open except to open them 1 by 1.  We're not sure how to get rid of this...any suggestions?

    In Excel 2010 setting those documents as trusted documents, or adding the folder containing as a trusted location may do the trick for you. There's a full description of what it does here
    http://blogs.technet.com/b/office2010/archive/2009/09/28/trusted-documents.aspx but if you go into File, Options, Trust Center, Trust Center Settings..., and then Trusted Locations, you'll see the list of currently configured file paths that are considered
    trusted on your machine.
    At the bottom of that window you can check the option to allow trusted locations on the network (so you can trust the files that I assume are stored on a network location) and then add the location of those files to the list.
    Note, this setting is done per machine profile, so if it does the trick for you then each person needing these files would need to do this. Also, keep in mind that by doing this you're removing some of the protections added into Excel, so you should only
    go adding locations you know you can trust (not just the root of a network path where anyone and everyone might go saving spreadsheets they've downloaded form the internet).

  • Error opening Local Cube File in Excel 2007

    Excel crashes, the only error given is "Microsoft PowerPivot Engine has stopped working"
    Event viewer log is equally vague:
    "The description for Event ID 22 from source MSOLAP$LocalCube cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local
    computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    Internal error: An unexpected exception occurred. Internal error: An unexpected exception occurred."
    Local cube file is created using version 11 of Microsoft.AnalysisServices, using a relational sql data source connected via SQLNCL11.1. Excel is version 2007. OS is Windows 7 sp 1 64 bit. File is created succesfully, no errors.
    Also baffling is that some members of my team can open this file successfully and others cannot (including myself). I can not find anything in common in regards to software installed on any of the systems.

    Hi Infide,
    According to your description, your PowerPivot Engine stopped unexpectedly. Right?
    In this scenario, since other member can open the cube file successfully, there should be no corruption in the cube file. One possibility which can cause this error is the memory issue. Please refer to an article below:
    Memory Considerations about PowerPivot for Excel
    For troubleshooting, please enable "PowerPivot Diagnostics" functionality to create a trace file to capture some useful information:
    PowerPivot Options & Diagnostics Dialog Box
    How can I see what internal commands PowerPivot executes in its engine
    If doesn't help, I would recommend to submit a feedback to the Microsoft Connect at this link
    https://connect.microsoft.com/SQLServer/Feedback.
    This connect site will serve as a connecting point between you and Microsoft, and ultimately the large community for you and Microsoft to interact with. Your feedback enables Microsoft to offer the best software and deliver superior services, meanwhile you
    can learn more about and contribute to the exciting projects on Microsoft Connect.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Error opening Project 2007 file after using project 2010

    This is the second time I'm experiencing this problem.
    Created a file (say Rev 1) in Project 2007 at work and took it home and updated it using Project 2010. When I finished updating using Project 2010, I saved the file in Project 2007 format. Came to work the next day, opened the file using
    Project 2007 and did a "Save As" so that I have another revision of the file (Rev 2).
    After updating Rev 2 in Project 2007 I closed it but when I came to work the next day I couldn't open Rev 2 file again either in Project 2007 or 2010. This has happened to me with 2 different files.
    The error message I get is
    An unexpected error occured during command execution.
    Try the following:
    Verify that all argumen names and values are correct and are of the correct type.
    You may have run out of memory. To free up available memory, close programs, projects, or windows that you aren't using.

    It seems to me that it has to do something with invalid characters in the file name of the timeline. Or it could be anything from an '&' to two concurrent spaces, mulitple '.' or even a dash (-). Stick with single spaces, letter and
    number combinations and you should be fine. The problems arise based on how the file has been opened. Here’s one thread like yours. It could be useful for your, read http://www.filerepairforum.com/forum/microsoft/microsoft-aa/project/625-project-error-“an-import-error-occurred”

  • 3138 SQL error opening sqlite db file from Outlook 2010 as attachment

    Has anyone of you tried sending the sqlite db file thru e-mail and then open the file from Outlook 2010?
    I have an air app that can be opened by doubleclicking the sqlite database file (invoke event). The file is sent via e-mail from the app itself, so another user can run the app directly from their e-mail client once he receives the db. Now everything works fine unless you use Outlook 2010 - when I open it I get an sql error 3138 - do you know what can be the problem? Everything is fine when I'm using different e-mail client (the same e-mail account, just other client) like Outlook 2003 or Thunderbird or Opera. I'm guessing Outlook 2010 is using some kind of protection to attachments that is making the file not understandable by the app, but Microsoft seems to ignore my e-mails sent to them with the same question. The db file is not encrypted if that changes anything and saving the file from outlook to desktop and then running does not help. When I do the same using Outlook 2003 everything works as it should, but unfortunatelly my customer upgraded to 2010 :/ Any ideas would be much appreciated.

    This looks like a new behavior of Outlook 2010 and isn't specific to PDFs. You will need to "save as" the document. There is a thread at Microsoft forums about this with some possible workarounds:
    http://social.technet.microsoft.com/Forums/en-US/outlook/thread/927d678d-b55b-4732-93cb-f1 3ed1dacf96/

  • [Solved]Error opening large documents created in Word 2010 in Word 2013

    When you open a large
    2010 word document in word 2013, it can yield an error of type:
    We're sorry. We can't open XXXXX.docx because we found a problem with its contents.
    Details:
    Operation aborted: max-element-depth constraint violated.
    Location: Part: /word/webSettings.xml, Line: YYY, Column: ZZZZ
    To fix this error, you have to rename the .docx to a zip file, delete the file Websettings.xml and then rename back to a docx. 

    To fix this error, you have to rename the .docx to a zip file, delete the file Websettings.xml and then rename back to a docx. 
    I've been having the same error and this solution worked for me. It seems to be linked to documents built using Mendeley's reference plugin for Word. This issue is mentioned on their support site (here)
    and that may be why the issue comes up with dissertations &c. The fix is easy and it works, but I would suggest you do the fix using a
    copy of your document. That way if anything goes wrong you still have the original.

  • Error - using MS Excel 2007

    Hi All,
    Very recently I have upgraded my system to MS Excel 2007 from MS Excel 2003. Now when I try to refresh a workbook the system throws an error message saying " Run time error '13' - Type mismatch ". And then gets disconnected from the BW system.
    Please help.
    Thanks & Regards,
    Surjit P

    Hi Surjit,
    Hi,
    See SAP Note 1040856 - Business Explorer 3.X on Windows Vista / Excel
    2007 below:
    The *Business Explorer (SAP BW 3.x)3 programs are not yet released for
    Windows Vista, that means, BEx Query Designer (SAP BW 3.x),*BEx Analyzer
    (SAP BW 3.x), 3BEx Web Application Designer (SAP BW 3.x), *BEx Download
    Scheduler (SAP BW 3.x)* and BEx Browser (SAP BW 3.x) are not released.
    *Likewise, the BEx Analyzer (SAP BW 3.x) for Excel 2007 is not released for
    other versions of Microsoft Windows.
    Other terms
    BEx Analyzer, BEx Query Designer, BEx Web Application Designer, WAD,
    Microsoft Windows Vista, 3.x Frontend, Excel 2007, Office 2007
    Reason and Prerequisites
    We are currently evaluating the usage. Tests have shown that the productive
    use of Business Explorer cannot be supported fully at the moment.
    Due to changes in the Microsoft Windows and Office environment, problems may
    occur when displaying Business Explorer programs (SAP BW 3.x).
    Solution
    Microsoft Vista and Excel 2007 will be supported officially as of the next
    BW 3.5 Frontend patch. These patches should be available by the end of
    September 2007.
    - BW 3.5 for SAP GUI 6.40: Frontend Patch 13 (see Note 1073426)
    - BW 3.5 for SAP GUI 7.10: Frontend Patch 2 (see Note 1006943)
    Known problems:
    - Microsoft Vista and BEx Query Designer: See Notes 1050174, 1039191,
    1013139 and 1050174.
    - Microsoft Excel 2007, Vista and BEx Analyzer: see Notes 1045244,
    1052761 and 1054250.
    - Excel 2007 and BW precalculation servers: You cannot use Microsoft
    Excel 2007.
    Make sure all the criteria given above are accomplished..
    assign points if helpful.
    Thanks and Best Regards
    lasitha

  • Error when using BeX Analyzer 7.0 with Excel 2007

    When i try to execute a query in BeX analyzer 7.0 and my microsoft excel version is 2007, there will always have a fatal error showing. However, when i use the Bex Analyzer 3.5 , i could execute the query.
    Anyway to solve this problem?

    You need to do the following
    Identify the SAP GUI version you're using, 6.40 or 7.10, and the patch level.
    Identify the BW or BI Add-on and patch level of it.
    From there, check to see if the versions you have actually support BI 7.0 and Excel 2007.  Reliable Excel 2007 support requires failry current patch levels of both the SAP GUI and the corresponding BW/BW Add-ons.. 
    Do you have access to a PC that has a more recent version of the SAP GUI and BW/ BI Add-on?  If so, try using that PC and see if you still have the problem.

  • Excel 2007 ActiveX support

    System Windows 7
    I have written many VBA Excel 2007 applications.
    Starting point is to create a Button or Command.
    All of a sudden this is not possible. I expect an error in an update.
    Excuting Excel VBA 2003 .xls programs is possible.
    Excuting Excel VBA 2007 .xlsm programs is not possible.
    All options for security centrum are "open"

    Maybe it is good to give some background of the problem. I use a PC with Window 7 (4 processors)
    What I original tried to do is to copy a name of a person from a html table on internet (text) into a Excel 2007 spreadsheet. That worked in only 25% of the cases. In most cases Excel thinks that it is a program or an url which I think requires some security
    checking. As such Excel issues all sorts of security warnings which ofcourse are all "wrong". Manual entering those names "solved" the problem.
    Next I tried to excute my Visual Basic program and that did not work. Adding new commands also did not work. This was strange because the Excel program always worked perfect. I saved the program (not as xlsm) but as .xls and I tried the program with Excel
    2003. (Pentium P4 Windows XP 1 processor)
    First that did not work. To correct that problem you have to create new commands(buttons) and save the program as .xls file. This Excel program I can now execute on my Windows 7 PC.
    The interesting part is that excution time on my old PC (P4) is faster than on the new one.
    I have found two work arounds under Excel 2007.
    You can create a new empty macro and copy the VB program "behind" the activeX command into your empty macro. That works.
    You can also create a Forms Button on your Excel .xlsm sheet (blad) and do the same. This makes the whole security protocol rather discutable.  The active X commands are not working.
    http://users.pandora.be/nicvroom/

  • Crystal Reports 2008 - Excel 2007 Data Source

    Have been using Crystal reports 10 and have downloaded 2008 but I can't see a way that I can use an Excel 2007 spreadsheet .xlsx as a datasource. The reason I need 2007 is due to the increased number of columns.
    Can anyone confirm if it can be done if so how
    cheers
    Malcolm

    Hello,
    Sorry its not supported. Next version of CR will support it.
    CR 2008 will generate sheets for every 65,000 rows of data.
    If you need that many coumns you may want to look at some other export format or refining your data.
    Thank you
    Don

  • Export to Excel 2007 failed - Invalid export DLL or export format.

    Hi,
    Environment:
    OS: Windows XP (SP3)
    Crystal Reports : 12.1.0.892
    We have a problem for exporting few reports to Excel 2007 (Export to Excel 2003 works fine for those reports).
    Getting the bellow while trying to Export to Excel 2007.
    Crystal Report Windows Forms Viewer
    Error in File CDSFUN01 {99B42BC5-2FBB-4F75-A4F5-D7B5B7B6AE0B}.rpt:
    Invalid export DLL or export format.
    OK  
    Export Report
    Export failed.
    OK  
    Its the same case even if we try to Export blank report to Excel 2007 as well. Please help.

    I will make sure that I am on the latest patch ie SP4
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    You can find the rumtimes here:
    MSI:
    https://smpdl.sap-ag.de/~sapidp/012002523100008782532011E/cr2008sp4_redist.zip
    MSM:
    https://smpdl.sap-ag.de/~sapidp/012002523100008782522011E/cr2008sp4_mm.zip
    ClickOnce
    https://smpdl.sap-ag.de/~sapidp/012002523100008782442011E/cr2008sp4_clickonce.zip
    Recompile the app and then deploy.
    What is the .NET Framework used by the application?
    Method of deployment?
    OS where app is deployed, x86 or x64?
    Are you able to export the report from designer ie CR2008 Standalone?
    - Saurabh

  • Excel 2007-SAP Copy & Paste Issue

    I'm not sure this is the correct forum so if it needs to be moved please let me know.
    I am not a programmer, but we have a custom transaction that allows financial personnel to copy rows (sometimes tens of thousands) of data from Excel into SAP - which has the Office Integration tool excel embedded in the screen. Sometimes the user may have one or several different Excel 2007 windows open and one more SAP client windows open. Both SAP and Excel will periodically "lock up" or "freeze" after either one or several copy and paste functions. There doesn't seem to be any rhyme or reason to it.  The only common theme I can gather is it only happens in Excel 2007 and not Excel 2003.
    Any help would be greatly appreciated.
    Other Info:
    Using SAP Gui 710 Patch Level 13
    All PC's have at least the minimum required to run Office and SAP if not more in most cases.

    Hi Cindy,
    I am getting some problems in copying text from crm web ui portal to excel 2007. I am not sure about this, as it is SAP related problem or with windows 7.
    Earlier we were using Windows XP but now after windows 7 we are getting this problem and its not only for web ui, but  I copied some text from SAP marketplace into excel2007 and it shows popup which asks for credetials, even if you give your all possible credentials it doesnt work and you have to kill the Excel from task manager.
    Can you please guide me in this.
    I m not sure whether I m on right forum or not. Please reply.
    Thanks

Maybe you are looking for

  • Unable to purchase apps

    It wont let me purchase apps on my ipod touch. I try download or install an app and it doesnt do anything just says waiting and does nothing. The only way to clear it is to re start and when i do that i get an unable to purchase messgae. Is ther a fi

  • Error while deploying NWDS application

    While deploying the NWDS projects, I am recieving an error message: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts The same problem is occuring with various projects, which ea

  • QUANTITY_CONVERT

    Hi all,    While I am updating from update rules to transformation method,I got syntax error line perFORM QUANTITY_CONVERT .Is there any method or Class for QUANTITY_CONVERT in OOPS concept,can anybody please give me solution as soon as possible. Reg

  • Designing Widgets

    Would you recommend iWeb 08 to design Apple desktop Widgets? Are there any features in iWeb that makes it easy to create and publish a Widget?

  • How to cut and paste from one PDF to another

    Acrobat Pro - 2 weeks ago I could cut and paste text from one PDF to another doc or PDF but now the cursor has disappeared and I only get a hand.  I can no longer highlight text. Is there something in the settings I can change?