Tagged Questions
0
votes
2answers
36 views
MS Office COM Interop and thread safety with multiple UAC Users
I'm using c# .NET to invoke MS com using the MSOFFICE com interop DLLs.
I know that Office com interops are not thread safe. However, would it be thread safe for a different user? I don't know ...
0
votes
1answer
70 views
Can I just use Office Web Apps Server
I am trying to have a document management system in browser with office. I have found this solution http://www.edrawsoft.com/officeviewer.php but it uses the client copy of office.
I would like to ...
0
votes
1answer
46 views
How to check the word document is already opened or not.?
In my application,i am creating the word document using vb.net.if i close the application and running again and open the same document..but the document is already opened,how to check the word ...
2
votes
1answer
50 views
OpenXml Multiple Images
I currently am inserting images with Picture Content Controls, but there appears to be an obvious limitation (by nature of the control) to only 1 IMAGE.
How can I add multiple images at a set ...
1
vote
1answer
72 views
Releasing COM objects in .NET from within enumerations and other reference scenarios
I have a WinForms application that uses COM Interop to connect to Microsoft Office applications. I have read a great deal of material regarding how to properly dispose of COM objects and here is ...
0
votes
2answers
107 views
Fastest way to enumerate or look for all empty Excel cells and change their style or do some other processing
Which would be potentially a best way to enumerate or iterate or simply look for empty cells or cells with specific data structure in Excel, and later once you find it do some processing on it.
I ...
0
votes
3answers
135 views
Where to find x64 version of Office Interop assemblies?
I am trying to run this project in my VisualStudio 2010.
it build and run fine on my 64 bit Machine.
NOTE:I have to change build Platform of my project to x86.
my problem is when I try to run ...
2
votes
1answer
49 views
Extract text information from MS Word
i want to extract text information from MS Word document. The extracted information contain position, page number and style of text. Does anyone can suggest me How can i do That? what library can ...
1
vote
2answers
165 views
How to read complex equations from PowerPoint slide in C#
I am trying to read powerpoint slides. But when my program is encountered with text like
" Vo = Σ CF/(1+t) " , the shape.TextFrame.TextRange.Paragraphs(paraindex,1).Text property can not read it ...
0
votes
0answers
30 views
Add a threepart footer via C# to a Word 2007 document
I am new in Office automation via C#. I want to create programmatically a new word document with a threepart footer.
The footer should have 3 parts: a text A on the left, in the middle there should be ...
0
votes
2answers
1k views
Reading data from excel 2010 using Microsoft.Office.Interop.Excel
Hi I am not able to read data in the excel, please find below the code
using Excel = Microsoft.Office.Interop.Excel;
Excel.Application xlApp = new Excel.Application();
...
-3
votes
1answer
297 views
Convert word to pdf in vb.net
There are word documents in physical path on server.
Now, I just need to read them and download to the client machine by converting them to PDF format.
My program is in VB.Net
2
votes
4answers
1k views
How to find highlighted text from Word file in C# using Microsoft.Office.Interop.Word?
The question would have been simple but an extra clause added to it has proved to be a big headache for me. The catch here is that I do not need all highlighted "words" but "phrases" from the Word ...
0
votes
1answer
142 views
Deployment pitfalls for VSTO and ClickOnce
I am using Visual Studio 2010 with an Excel Workbook 2007 VSTO project.
It is using .NET 4 and the VSTO4 runtime.
I am using ClickOnce to publish this.
The prerequisites I have set are .NET 4, VSTO ...
0
votes
0answers
153 views
Minimum version of Visual Studio required to debug MS Office 2013 Plug-In
We have created a VSTO Plug-In for Outlook in Visual studio 2008 and want to debug the same with Ms Office 2013.
However i m getting following Error Message when i tried to debug.
"You cannot debug ...
0
votes
1answer
42 views
Excel import fail without MS Office in windows application
I've a .net windows application running on Visual studio wherein I am uploading an excel sheet and manipulating some data.
I've just got a brand new notebook on which only MS word (Edit: MS word as ...
8
votes
2answers
229 views
Is there any way I can integrate the MS Office Smooth Typing in a C# application?
In my opinion the MS Office Smooth Typing is a very innovating feature in the Office Suite, and I'd like to know if this feature is available for programmers in the .NET Framework, specifically in the ...
1
vote
0answers
65 views
Open a window with Microsoft Word embedded?
Is it possible to open a window in C# with the Microsoft Word 2010 rich text editor embedded? This would make for a fantastic HTML/RTF editor. Obviously, this would only work on PCs that already have ...
0
votes
0answers
122 views
PowerPivot - Oracle Stored Procedure err- The SQL statement is not valid. There are no columns detected in the statement.”
The issue I’m having is with the power pivot application using data that is encapsulated into an oracle stored package.
I find it very curious that within the query builder wizard tool, I am able to ...
2
votes
1answer
75 views
Is there a .NET 4 compatible version of the Office Add-in Shim?
When creating a .NET-based Office add-in without VSTO, it's necessary (or at least desirable) to use a "COM shim" that loads the add-in, to provide process isolation so that the effect of any crash is ...
5
votes
2answers
254 views
How can .NET app run with 32bit and 64bit Office?
I have a Windows 64bit system, and a C# app that uses an OleDbConnection to read Excel data via the 32bit version of AccessDatabaseEngine.exe COMponents since I have Office 32bit installed (as ...
-1
votes
1answer
84 views
Moving Solution from vs 2010 to vs 2012 gives the following error
Error 15 'custom ribbonclass' does not implement interface member
'Microsoft.Office.Tools.Ribbon.RibbonComponent.RibbonUI',
'Microsoft.Office.Tools.Ribbon.RibbonComponent.ResumeLayout(bool)'
...
2
votes
1answer
572 views
Where is Advance Find on Outlook 2013
I have got an outlook addin which uses Advance Find exe which comes with Outlook 2003. Now I am going support for outlook 2013 and found that there is 'Advance Find' exe coming with OL2013.
Do you ...
0
votes
0answers
126 views
Automatically saving a Word document once it's been generated in a LightSwitch app (OfficeIntegrationPack)
How can we automatically save the generated document once it's been generated?
Right now, all I am able to do is generate the word document, and once that's done, it is auto-opened in Microsoft word. ...
2
votes
2answers
129 views
Formatting Cell in a generated Word document
I am generating invoices from within my LightSwitch billing application, and after an invoice is generated, the SubTotal, SalesTax and Total Due cells in the Word document are not of the correct ...
0
votes
0answers
93 views
Trigger event on email send with old VB6 Outlook add-in
I have a fairly old Outlook add-in written in VB6. This adds a toolbar on the Outlook ribbon with buttons for various bits of functionality which interact with emails in the inbox, the contact list ...
1
vote
1answer
82 views
Prevent Office “Add Comment” button in Review ribbon
We have a custom add-in ribbon that I maintain (that's not a COM shared 'extensibility' add-in) that is using comments and track changes functionality (e.g. there are several buttons related to ...
1
vote
1answer
259 views
Will a 32bit VSTO 4 Excel 2007 Addin work on 64bit Windows Server 2003 with Excel 2007 32bit?
We have a VSTO 4 32bit Excel Add-in which works fine on Windows XP (and Server 2003) 32bit. We are planning to upgrade our servers to Windows 2003 64bit OS and Excel 2007 32bit. My question is whether ...
2
votes
0answers
883 views
“Value does not fall within the expected range.” error while exporting excel to pdf
I am getting the above error while trying to export the excel 2007(xlsx) format workbook to pdf. The workbook contains only one sheet and I have Ms Office 2007 installed on my windows 7 PC.
Here is ...
0
votes
1answer
170 views
Generic connection to active print dialog in c#
is there a possibility to connect to the active print dialog in c sharp or at least the already opened print dialog of word, powerpoint, excel.
I'm trying to fetch the current settings within the ...
1
vote
1answer
64 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];
...
1
vote
0answers
223 views
Copy Range from particular Sheet in Excel OpenXML Doc to specific location in second OpenXML Excel Sheet (INCLUDING DRAWING contained within Range)
I have been looking for this snippet for quite a while and either:
I am asking Google the wrong question,
I am using the wrong approach or
no one has done this yet (unlikely, I know).
I have a ...
4
votes
1answer
757 views
Write VBA Excel Macro in VB.NET or C#, first with early binding then late
Every time I see an example of office Automation using.NET, the language used is VB.NET.
Is this because originally, automating Office apps like Excel could only be done using VB Script in a macro ...
1
vote
1answer
638 views
I have to work with Microsoft Office Document imaging withMS office 2010 through .Net. How do I do it?
I have MS Office 2010 in my system and I need to install Microsoft Office document Imaging (MODI). As it is not available in 2010 , i have followed the steps(method 3) given in
...
0
votes
1answer
290 views
Adding a chunk of WordprocessingML to word document
Is it possible to add a 'chunk' of WordprocessingML to a word document (as opposed to a whole document)? I currently have a docx that I use as my template, this contains a ContentControl. I want to ...
2
votes
2answers
956 views
Microsoft.Office.Interop.Word namespace overriding my System namespace? C# ASP.net
I am trying to fix this legacy app that was created using Visual Studio 2003, using Microsoft Office Interops version 11, .NET 2.0. I am trying to fix it in Visual Studio Express 2010 to reference ...
1
vote
1answer
258 views
Convert x86 VSTO PowerPoint Add-in to x64?
I have a VSTO PowerPoint Add-in project complied with default mode. Which works fine. Now I have to use a reference NeedleSeekAPI.dll, but it seems it was complied with x64 mode.
So the problem is ...
0
votes
0answers
158 views
Response.BinaryWrite IE8 MS-Word and other office products produce login prompt
I have a page ShowFile.aspx that streams files to the browser. No big deal.
Response.Clear();
Response.ContentType = ...
0
votes
4answers
2k views
Reading Excel data and cell formatting in C#
I am looking for a library that allows me to read an Excel document in C#, but I am needing to be able to read the cell formatting as well as the data in the spreadsheet. I found this useful question ...
0
votes
2answers
78 views
Implementing a Monitoring “app” in Excel [closed]
I need to implement a simple monitoring app in Excel. It is for monitoring a small team of around 15 people. The leader has a "central" excel file in which he can browse the progress of each team ...
4
votes
1answer
266 views
how do you obtain a security certificate for a MS Office add-in?
Some people at the office feel uncomfortable having to disable "macro security for outlook add-ins" in order to get my add-in to work.
How do I obtain a security certificate for my add-in so that it ...
7
votes
1answer
985 views
VSTO vs. Primary Interop Assemblies, what's the difference?
I already developed a large Office application-level add-in and it works like a charm, but I have problems understanding the technical basis.
So what exactly are VSTO and the PIAs good for?
Does ...
1
vote
1answer
265 views
Install procedure of Office/PowerPoint 2010 (VSTO) Add-In on target machines
I created an application-level Add-In for PowerPoint with VSTO and Visual Studio.
Some Information about configuration/versions:
I'm using Visual Studio 2010
At the beginning, I have chosen the ...
0
votes
2answers
681 views
How to add style programmatically to Word document
I have a dynamically created textbox that opens in Word.
I am trying to give it one of the default styles in Word 2010 ("Colored Fill, White Outline - Accent 1)
however I have not been able to find ...
0
votes
1answer
486 views
Extract Text From Word Doc Binary
Microsoft has published the binary specifications for Office files. I need to extract the text from .Doc. This page seems to imply it is not difficult to extract the text from Doc but I don't ...
2
votes
1answer
801 views
Replacing InnerText of a TextBox
Using the MS OpenXml Sdk I have been able to copy a templatestream to a resultstream and append dynamic text(w.p>>w.r>>w.t) at the end of the body using the following code:
var templateStream = ...
1
vote
1answer
348 views
How to display a powerpoint in a wpf application?
I want to make something simple : display a powerpoint in a wpf application. How can i do that? I read several ways on internet but i failed...
Thx
1
vote
0answers
203 views
VSTO 2010 activate equation editor programmatically
C#/.NET 3.5+
I'm trying to write a PowerPoint 2010 add-in that turns on (/off) the built-in equation editor, as if you had clicked the button on the Insert Ribbon tab, to get around a strangely ...
0
votes
3answers
169 views
Can .NET website access C drive, add vba macros to ms office and enable Macros Security in Outlook?
This is the scenario:
There's an intranet website that stores a set of macros (Outlook addons). Now I want a user to visit, choose the one they're interested in (Language) and have it installed into ...
2
votes
0answers
444 views
Merge altchunk content into docx source
In short: How can I merge the content of altchunks into the docx source files, to prevent problems opening a docx that has too many altchunks?
Background: I have a docx file with 5,000 altchunks that ...



