Tagged Questions
0
votes
1answer
58 views
How to copy excel worksheets Into another excel workbook without opening the excel file in c# winforms?
In C# windows application,
I have many excel workbooks, what i want is to copy the worksheets from the excel workbook to a single workbook.
This is possible, but i have to open the excel workbooks ...
1
vote
1answer
120 views
Loading 32 bit COM dll in a 64-bit office addin
I want to achieve one thing. I want to use 32 bit COM type library from an Excel Add in. Note that 64-bit excel 2010 is installed on my machine. I have compiled the add in in 32 bits. But when i ...
1
vote
1answer
219 views
Ole32 createObject “excel.application” fails in win7 64bits
I managed to use the com1.2.3 library but i can only use excel if it is already openned.
I don't know why this code doesn't work;
main = coRun $ do
idEx <- createObject "Excel.Application"
...
0
votes
1answer
87 views
COM Automation Excel 2010 freezes
I'm starting an Excel application programmatically. All works fine when I'm not using Event Listener (Event Sinks). My problem is that the Excel UI freezes, when I register a Sink via a connection ...
1
vote
1answer
59 views
Why concrete members of wdDialogEditFind are not found by reflection?
I am working on a VSTO project and want to use Word Dialog Boxes in Hidden Mode, just like code below:
Code from MSDN
dynamic dialog = Application.Dialogs[Word.WdWordDialog.wdDialogFilePageSetup];
...
0
votes
0answers
89 views
Microsoft Access Barcode Control Standard
Microsoft Access Bar Code Control (msbcode.ocx) is an ActiveX component included in some editions of Microsoft Office for asian countries. I'm interested in to know what are the standard that it use ...
0
votes
0answers
168 views
How to build Office Automation application with #import directive
I'm developing Office Automation (Excel) application by using C++ and #import directive. How can I build that application on build server where there is no installed Office package?
Import directive ...
1
vote
1answer
249 views
Conflict between Office COM add-in and VSTO add-in
I have created a simple Office Com add-in which is used among other PowerPoint add-ins on my company computers. Every time PowerPoint starts an AccessViolationException occurs as soon as I am ...
0
votes
0answers
169 views
PowerPoint add-in - calling add-in functionality from a document shape
Short version: what is the preferred approach for embedding controls in a PowerPoint slide that send events back to an application-level add-in? The controls need to work in slide show mode and in ...
1
vote
0answers
200 views
get the right position with PasteSpecial() in c++ using ole
I wrote a routine, that copies a word document and paste it in a new word document in c++ (Borland Builder 5)
tbSearch->Text = "{axis1[d]} ";
Variant vk_this_doc_select = wrdDoc1.OleFunction( ...
1
vote
1answer
61 views
Advantages of COM over implementing your own Office library
COM has severe performance penalty since it creates a separate process with all the resources allocated like a normal application instance. Also it requires Microsoft Office to be installed on the ...
0
votes
1answer
147 views
Replacing Open File Dialog in Excel XP with a COM Add-in
I am working on a C# add-in for Excel XP for which I need to handle file open and save events with my own dialogs. I managed to do this for save by (basically) handing the WorkbookBeforeSave event on ...
0
votes
1answer
233 views
VC++: #import directive: how to specify a library version?
According to MSDN, there is version attribute but if you specify a wrong version number VC still compiles the code. For example:
// MSO.DLL (Microsoft Office, Object Library)
// Office 10.0 => ...
2
votes
3answers
1k views
Unit test with Microsoft.Office.Interop dll fails on build server
I've written a unit test. The code under test references Microsoft.Office.Interop.Excel.dll.
The test runs fine on my machine but fails on the build server. It fails on the line where the Excel ...
2
votes
1answer
537 views
How to programmatically disable buttons or add/remove items from dropDown with Office Ribbon UI
I have written a simple C++ COM Office add-in that loads a ribbon XML definition and displays a simple ribbon tab. It features some buttons and a dropDown (combobox/droplist). I can handle button ...
1
vote
1answer
150 views
Including Microsoft Office Spell Checker in own application
I heard a while ago that the Microsoft Office Spell Checker could be included in own application by using the COM interface of it. Someone remembers the details? Which dll, or which ActiveX Object was ...
4
votes
3answers
445 views
Looking up the value for MS Office Interop constants rather than hard coding them
Using PowerShell, it is easy enough to create, say, an instance of the Excel Application class and start manipulating it:
$app = New-Object -ComObject "Excel.Application"
However, if I need to use ...
0
votes
1answer
73 views
How would one detect a property of type “InvalidOperationException” within a collection?
Consider the following vb.net code for an office add-in (for access):
td = db.TableDefs(objectName)
For Each fld In td.Fields
For Each fldprp In fld.Properties
...
4
votes
1answer
3k views
SaveAs vs SaveAs2 in the Microsoft Office Word object model
It looks like SaveAs has gone away in Office 2010 in favor of SaveAs2. What is going on here? Are there any important differences between the two? My fix has been to check for SaveAs2 first, and then ...
3
votes
3answers
476 views
any possibility to call C# function with javascript?
I wrote an office addin and with which there is a function : openFile(String path)
and in the office addin I embed a browser object and with that I can embed a webpage on the office addin, and now I ...
0
votes
1answer
148 views
how to get the object associated with a context menu in an office add-in
I have a simple COM add-in for office that I am developing (for access specifically).
I have added a custom commandbarbutton item to the context menu that pops up when you right click on an object ...
3
votes
2answers
3k views
Office 2007 is unable to open files when called through JACOB from a service
I'm using JACOB to do COM calls to PowerPoint and other Office applications from Java. On a particular Windows 7 box I'm getting the following message quite often, but not always:
Source: Microsoft ...
5
votes
2answers
481 views
Is it possible to automate a Click-to-run application?
I have a small application which automates Microsoft Word via COM/OLE Automation.
Unfortunately this doesn't work with the virtualized Click-to-run editions of Word, because they don't have the ...
3
votes
2answers
1k views
Word OLE Automation - delete first page and manipulate header and footer
I am using PHP to start Word Automation and manipulate word documents, but i guess it can be done in all any other language. What i need to do is quite simple, i need to remove the first page and add ...
0
votes
2answers
278 views
PHP COM: Word FileConverters
I'm trying to use PHP COM to save docx files as html using Word. I am using a Windows installation with apache 2.2.x and PHP5. Office 2007 is installed.
Using the following code to list ...
0
votes
1answer
719 views
COM interop, Office 2010 x64 and Visual Studio 2010
I just installed Office 2010 x64 on my Windows 7 x64 laptop. It already had Visual Studio 2010 on it.
Now I try to add Microsoft.Office.Interop.Excel or something to the project, but it just can't ...
2
votes
2answers
1k views
Embedding objects into Microsoft Word and OpenOffice Writer
I am looking for some references on how to implement the following feature:
ability to embed objects (e.g. diagrams) into word processors and being able to edit them in their respective "mother" ...
2
votes
0answers
1k views
COleSafeArray / VARIANT memory leak?
I want to export a lot of (table) data to Excel. I'm developing on Windows Xp, Vs2005. I'm filling a COleSafeArray, which was initialized like this:
safeArray.Create( VT_VARIANT, 2, numElements ); // ...
6
votes
3answers
644 views
Who am I? How to use Microsoft Office Permission/UserPermission
Microsoft Office documents, im my case: PowerPoint presentations, can have restricted permissions. How can I find out, programmatically, which permissions my code has on a given document?
All I can ...
1
vote
1answer
384 views
Embedded objects in MS Office documents using Python?
How could I create embedded objects in an MS office document using Python?
I don't need anything fancy, just what one used to do in the first version of OLE: doing a copy-paste from my application ...
0
votes
3answers
280 views
Display Excel 2007 Document in Browser using COM
I want to display and edit MS Excel File from client side using ActiveX COM object. The user would be allowed to edit the file and save it to local PC. Then It can be uploaded to remote server.
So, ...
0
votes
1answer
623 views
Replacing Word's Open File Dialog in a COM Add-in
I'm writing a Word COM Add-in that replaces the Open & Save dialogs with my own.
For the save dialog, I'm handling the documentBeforeSave event from the application events. This works fine.
...
0
votes
4answers
439 views
Sharing Add-in between Office Apps
I have written an Office shared Add-in with C# and .NET 2.0. It uses the same COM Shim for all office apps. Currently, every instance creates its own instance of my class -- they have no knowledge of ...
30
votes
5answers
9k views
Excel interop: _Worksheet or Worksheet?
I'm currently writing about dynamic typing, and I'm giving an example of Excel interop. I've hardly done any Office interop before, and it shows. The MSDN Office Interop tutorial for C# 4 uses the ...
2
votes
2answers
966 views
How to keep Excel interop from stealing focus while inserting images
I'm using the Excel COM interop to insert images (specifically EPS) into a spreadsheet. The images are inserted fine, but Excel ignores all the visible/background settings and steals the focus the ...
2
votes
2answers
428 views
How to use COM in VBA for Word?
I am working with VBA, in Microsoft Office 2007 and 2003 (Word specifically).
What I need is to use a custom COM object from VBA and use its methods. I already do it in Word 2007 but it crashed in ...
2
votes
2answers
265 views
Will upgrading Office from 2003 to 2007 break VB programs which use Excel through the COM interop?
Assume all traces of Office 2003 will be removed from the computer.
UPDATE:
I understand that I will still be able to use .xls files. I'm asking about automating Excel through the COM interop from ...
2
votes
5answers
2k views
Is there a better way (besides COM) to remote-control Excel?
I'm working on a regression-testing tool that will validate a very large number of Excel spreadsheets. At the moment I control them via COM from a Python script using the latest version of the pywin32 ...
0
votes
4answers
1k views
COM Integration from ALBPM - Cannot find IDispatch for '{00020906-0000-0000-C000-000000000046}'
I am trying to use the Office COM components in order to create Word and Excel documents. Unfortunately I can not achieve this because I am getting an error.
Cannot find IDispatch for
...
3
votes
4answers
725 views
C# Visual Studio: How to have mulitple developers on a solution that references Office?
When i add a reference to Office COM Library, i to go:
References
Add Reference
Select the COM tab
Select Microsoft Office 12.0 Object Library
And magically named reference appears:
...
2
votes
5answers
540 views
.NET: If my .NET automates Office, does the customer have to have Office installed?
If i create a program, which in one small out of the way area, uses Excel automation:
will the application fail when Excel is needed
or will the application fail to start?
Update
Let me ask the ...
11
votes
4answers
9k views
How to use Office from Visual Studio C#?
The technique for adding a reference to the COM interop of Office in Visual Studio is to go to:
References
Add Reference
Select the COM tab
Select Microsoft Office 11.0 Object Library
And ...
1
vote
3answers
948 views
Office XP Shared Addin VS 2008
I'm trying to create a Shared Addin using VS 2008 for Office XP (Excel to be precise). However, after creating the project in Visual studio and changing the references to Office XP (apart from ...
2
votes
2answers
4k views
Outlook Interop: How to iterate over all items in folder
I would like to search the bodies of all outlook items. I know how to do this for the four PIM items (Notes/Tasks/Appointments/Contacts). But the code is identical for all of them with the exception ...