Tech24 Deals Web Search

Search results

  1. Results from the Tech24 Deals Content Network
  2. can't open excel 2010 from foxpro - social.msdn.microsoft.com

    social.msdn.microsoft.com/Forums/en-US/ea1123a8-e5ea-4be7-b2da-4277477fc4e4/...

    Installation process of 64 bit Office 2010 asked if I want to use automation from 32 bit programs or not. So, I've answered YES and now the CREATEOBJECT("word.application") and CREATEOBJECT("excel.application") works. Word location is: C:\Program Files\Microsoft Office\Office14\WINWORD.EXE

  3. Excel - dynamically added event get lost when opening new...

    social.msdn.microsoft.com/Forums/vstudio/en-US/c5ebdbb0-4fc7-4a0f-91b6-788cb8b...

    Hallo, I do have a problem with dynamically added selectionChange Events. It works when I open Excel and the addin ...

  4. Can a C# app write VBA code and attach it to an Excel Workbook?

    social.msdn.microsoft.com/Forums/vstudio/en-US/3d197ca9-144c-4961-aac4...

    Generally, anything you find here should be applicable to Excel, Word, etc. This is the only documentation on MSDN I can find that gives links to other objects within the VBE object model. Here's a starting point. The other way to get to it is through the VBA editor of the Office application. Start Excel, press Alt+F11 to initiate the VB Editor.

  5. Export Binded Gridview to Any Doc (Excel or Word or Any format)

    social.msdn.microsoft.com/Forums/en-US/847523e3-ab79-4cb1-acf2-872d2ee68edf/...

    Get tools. Downloads. Visual Studio; SDKs; Trial software. Free downloads; Office resources; Programs

  6. Excel 2013 - unable to load add-in - social.msdn.microsoft.com

    social.msdn.microsoft.com/.../excel-2013-unable-to-load-addin?forum=exceldev

    Our tech support implemented Office 2013 and it clobbered up an application written in Access i.e. .mdb. Now the Add-Ins does not automatically load the application defined in the Shared Program Library.

  7. Error when saving file from Word: This file cannot be saved...

    social.msdn.microsoft.com/Forums/sharepoint/en-US/023dc9ab-5e41-4c85-bb80...

    I eventually fixed it. I went to all the hidden fields in the Content Type, changed them to "Optional" and then back to "Hidden".

  8. Copying word text format(including bold,underline,highlighted...

    social.msdn.microsoft.com/Forums/en-US/383f242d-36a2-4be2-b0ef-f7bfc23b8229/...

    Folks, Currently working on add-in project in excel, this application enable business users to copy the word text ...

  9. Excel::_WorksheetPtr::Copy function enables hidden xl app!

    social.msdn.microsoft.com/Forums/office/en-US/ae58a72a-5fdd-42ce-89ca...

    I'm doing excel sheet copy using below code in C++ using excel interop. For technical reasons we were hiding the ...

  10. Powerpivot - "some properties cannot be changed because this...

    social.msdn.microsoft.com/Forums/lync/en-US/12a9493a-2b90-4d7a-862b-34a3a71a...

    Based on my research, this is a limitation in PowerPivot for Excel. For more information about this issue, see Updating OData connections in Excel for different PWA instances. To work around this issue, please follow these steps below: Click the PowerPivot Tab. Click Manage button.

  11. Paste method of worksheet class failed -...

    social.msdn.microsoft.com/Forums/sharepoint/en-US/745b88ee-a3b3-4572-a8fb-0715...

    You are right that value assignment only copies values (the name says it actually ) - I don't know if there is a native mode to copy only formats without using the clipboard... even when you record a macro using the "magic format brush" in Excel and look at the code, Excel itself also uses the clipboard to do that, so I guess you have to keep your method and just experiment with the amount of ...