Related to physical offices. Do *not* use this tag for questions related to Microsoft Office or OpenOffice.org; use [tag:ms-office] or [tag:openoffice.org] instead, respectively.

learn more… | top users | synonyms

6
votes
1answer
641 views

How to Reuse Code with VBA

What is the best way to avoid duplicating code when working in VBA? I'm used to languages where I can just add an import statement and get access to all a class's public properties and functions, so ...
0
votes
3answers
1k views

Excel Object SaveAs, error happens when Existing File is Open

Excel_Obj = CREATE OleObject Excel_Obj.ConnectToNewObject( 'excel.application' ) Excel_Obj.Workbooks.Add Excel_Obj.Application.ActiveWorkbook.WorkSheets.Add Excel_Sheet = ...
0
votes
1answer
468 views

Using VB.net to Display an Excell File preserving Formating

I have a project that has a need to display a Excel file in second window, but because other controls are needed, simply launching excel is not sufficient. Right now I do not know if the target ...
2
votes
2answers
1k views

ActiveX component for converting Word and Excel documents to PDF

We need to add a feature to our in-house Borland Delphi 7 application to convert MS Office documents (.doc, .docx, .xls, .xlsx) to PDF. Is there an ActiveX component or another solution (commercial ...
3
votes
1answer
1k views

Access Ribbon Elements Programatically in XML Ribbon

This seems to have been asked several times on here with no real answer: Accessing Ribbon Controls Programatically in an XML Ribbon Office Ribbon: How to access a control when the ribbon was created ...
1
vote
1answer
50 views

AllowFastSave not available

Microsoft.Office.Interop.Word.Application.Options.AllowFastSave doesn't appear to be available in my code. I'm using the Microsoft Office 14.0 object library, and every other property that appears on ...
2
votes
3answers
486 views

Is it necessary for the build machine to have Microsoft Office 2007 installed?

Our app added functionality to allow users to import certain information from an excel spreadsheet (all users will have Office 2007 already). The development machine has Office 2007 and the developer ...
0
votes
2answers
278 views

Office Word Library - the result of searching by wildcards

I have a MS Word 2003 documents that contains placeholders such as /FirstName/, /LastName/, etc... I used Microsoft Office 12 Library to read the file and search by wildcards with Find.Text = ...
0
votes
1answer
153 views

Conversion of Access to FileMaker Pro

I have a commercial desktop application using VBA on Word to connect with an MS Access DB running on Windows. I would like to redo it to run on a Mac as well. Since Access is not available on Mac, I ...
0
votes
1answer
161 views

AutoShape.Adjustments object - 2003 vs. 2010 or VBA vs. VSTO?

I am porting some PowerPoint VBA macros into C# inside a VSTO add-on which automate certain tasks. The macros were written for PP 2003 and I'm writing the VSTO add-on with PP 2010 as a target. The ...
2
votes
1answer
664 views

Adding header to docx using openxml

I'm trying to add a new header (manually by using openxml code) to docx (office 2010) document which already contains a header (header1.xml). I tried to do it with openxml by adding a file named ...
0
votes
1answer
355 views

Activate an Excel ComAddin from C# code

In fact, I have a C# application that is runned. When it's launched, it runs an excel instance and save it to a variable : excelApp = new Excel.Application(); Then I cycle through each of the excel's ...
1
vote
2answers
419 views

Word Document.Close and Thread Abort Exception Windows 7

I have a project type office 2010 word document. In ribbon there is a button which does some logic. On the end of this logic there is a line like: ...
1
vote
1answer
6k views

Counting emails in outlook by date

I Have the following code to count the number of emails in a outlook folder. Sub HowManyEmails() Dim objOutlook As Object, objnSpace As Object, objFolder As Object Dim EmailCount As Integer Set ...
1
vote
1answer
271 views

Enable built-in Office ribbon buttons which are disabled by Excel/PPT

It is well documented how built-in ribbon buttons in Microsoft Office can be repurposed (here for instance), e.g. the Copy button. However, I am not aware of any method to take full control of the ...
0
votes
1answer
2k views

How can I ungroup chart components in PowerPoint 2007 (charts imported from Excel)?

Now this is being discussed a lot online and there seems to be no concrete answer as yet. In Powerpoint 2007, when I import a graph created in excel. (I have tried all types of paste options), I ...
0
votes
1answer
686 views

Microsoft Office 2010 Basic Authentication when Opening Files on Windows 2008

I'm setting up a demo machine with Office and I want to be able to open an Office file using Sharepoint protocol. It seems like in Office 2010 that only SSL connections are allowed. For this ...
1
vote
1answer
278 views

Can SCCM deploy a VSTO add-in without using an MSI wrapper

Does anyone know if I NEED To wrap my Office 2007, vsto-based add-in in a MSI? It seems to be a lot of extra overhead and headache, just to have it not work anyway. When I do get it to install, I ...
1
vote
1answer
490 views

Office 2003 Add In using VSTO 2005 SE and C# in Visual Studio 2005 Profesional, Win XP

I have developed an Add In for Word 2003 in C# using VSTO 2005 SE. The Add In creates a button near the Help button called International Projects. When the Add In is loaded, it gets some data from a ...
0
votes
0answers
79 views

Custom Templates in Word backstage

I have edited the registry to hide the office online templates and added the required reg keys to get my custom templates section as per http://technet.microsoft.com/en-us/library/cc178976.aspx in the ...
0
votes
1answer
164 views

Can I open an MAC Office 2011 Excel application and create docs using COM (Component Object Model)?

On windows I can write an an application to open excel and manipulate a document. ' Create new Application. Dim excel As Application = New Application ' Open Excel spreadsheet. Dim w As Workbook = ...
1
vote
3answers
873 views

What's the difference between Microsoft.Excel.Office.Core and Microsoft.Office.Interop.Excel?

I have to read into creating Add-Ins for Excel and alike and am starting to wonder what the difference between the two namespaces are? At every tutorial I read, Interop is being used. But in the ...
0
votes
2answers
249 views

COMException occurred: ErrorCode = -2146824070

I am using the Interop library for Word, and I am getting a COM Exception: Message: "Type Mismatch" ErrorCode: -2146824070 Source: "Microsoft Word" The method throwing the error is: object docStart ...
0
votes
0answers
227 views

Create a shape that toggles it's own transparency in vba

How do you create a shape that, in slide view, when I click it, it becomes transparent and when I click it again, it becomes opaque again.
0
votes
1answer
594 views

Microsoft Word VSTO Addin - Replacing bookmarks without deleting them

I am working on a Word 2010 addin for a word template we are using. I have several bookmarks in the page, and their content can be changed using various wizards in the addin. I need to add images and ...
0
votes
0answers
1k views

Excel has stopped working error when closing excel with VB Editor Open [closed]

System: Office 10 32 bit SP1 running on Windows 7 64 bit. This is a pretty clean install as the machine was only built two weeks ago. However I do also have Office XP (really) installed on this ...
1
vote
1answer
237 views

How to stop Visual Studio 2010 SP1 “configuration” every time I start an Office 2010 app?

A recent Windows Update or software installation seems to have broken my one week old Dell XPS 17 which comes pre-configured with Office 2010 Home and Business edition. I installed Visual Studio 2010 ...
0
votes
1answer
1k views

Programatically get path of open Excel/Word-document

Is there any way to get the path of documents currently open in Microsoft Word and Microsoft Excel? I know how I can fetch the PID and the window handle for the running instance of Excel or Word, but ...
0
votes
0answers
439 views

Requested Member of the Collection Does Not Exist in Office 2007 and Office 2010

I have got a task in which I have to adapt a very old application written in Delphi to Office 2007 and 2010. In this application we use our own .dot template. When I am trying to launch it on system ...
4
votes
1answer
1k views

Compatibility between MS Office Excel 2007 & 2010 Add in

I'd like to know if there's any way to develop, in example, an Excel add in for office 2007 that will work on office 2010? (Or a 2010 add in on 2007) How should I do that? Have you got some examples ...
3
votes
1answer
168 views

Microsoft Office files to Images (JPEG/PNG)

I'm building a webapp, and I need the ability for users to view Word/Excel/PPT files in the browser (these files are stored server-side). So i decided it will be better to convert these files into ...
0
votes
1answer
433 views

how to open ms project xml file

How to immediately open file in MS Office Project when I click a xml file in ASP.Net. Now open default xml editor. The code of downloading xml file is Response.ContentType = ...
3
votes
1answer
175 views

Launching Word x64 in Delphi

I am currently working on very old project, which is based on Delphi 5. When I am trying to open new Word document on x64 system, I recive this error: According to MSDN, the source of problem might ...
2
votes
1answer
502 views

Powerpoint 2010 VSTO AddIn taskpane on multiple Windows

I would like have a taskpane displayed on each document-windows, I have read all MSDN articles about it, but it doesn't work. I click on ToggleButton1 when 3 or 4 document are open, and i get 3 or 4 ...
1
vote
0answers
242 views

VSTO in Powerpoint: Changing custom task pane visibility in WindowSelectionChange moves selected shape

I think I have found a bug. I am developing a add-in for Powerpoint 2010. The event WindowSelectionChange is fired when a shape (e.g. a picture) is selected/deselected. However, if I use this event to ...
0
votes
0answers
103 views

Microsoft Office Add-Ins

I have a question about Add-ins to outlook 2010. I would like show my own application (WPF) in Outlook. But I don't know how. I find only something about form region but it is not that I want. Thank ...
0
votes
3answers
1k views

Error reading word doc using Micorsoft.Office.Interop(Object library) via IIS 7

Iam facing issue while reading the document when runnning code from IIS. It is not reading the document and throwirng an error "No document is opne when trying to save the activedocument.". ...
0
votes
3answers
744 views

Need to compare two excel files

I have to compare two Excel files having different number of sheets, different number of columns/rows, merged cells, formulas etc. The output of the comparison should allow the user to see which ...
1
vote
1answer
151 views

Cannot add reference to Word in Visual Studio 2008, in Windows 7

For some reason I can not add reference to MS Word file MSWORD.OLB. It should be (and file is) located in: c:\Program Files\Common Files\microsoft shared\OFFICE11\ I guess that problem is in ...
2
votes
5answers
132 views

this custom validation is not working but I dont know whats happenning

I know excel "programming" is not very popular among fellow programmers, however I've been struggling to get this right and management is on my neck.. I have the custom validation on excel : ...
0
votes
1answer
1k views

Word VBA: .Hide function doesn't hide?

I took an old MS Word document to adapt it with a new layout. I finished last week and everything was working fine, the main macro has to hide or display some text. For this, a zone of text is ...
1
vote
1answer
1k views

Extract OLE object data in Microsoft Office without OLE application

Is it possible to extract the content of an embedded OLE object in Microsoft Office using VBA/VSTO? I am talking about a situation where the application with which the OLE object was created is not ...
0
votes
1answer
58 views

Calling a process from Office add-in?

I have an shared office add-in that uses a seperate process to delete files using the following code: string currentDir = System.Reflection.Assembly.GetExecutingAssembly().Location; currentDir = ...
0
votes
1answer
399 views

vsto (word office addin) : save read-only document

How can I save read-only document without save dialog. I have tried to change status of file by using FileInfo IsReadOnly property before ActiveDocument.Save() ,but it didn't help. Thanks for help!
0
votes
2answers
2k views

Using Powershell to Append a table to the end of an Excel File (The Last Row)

I've written a Powershell script that copies a table from Microsoft Word and pastes them to an excel document. I want to append it after the last used row in column A. I got this code so far: ...
0
votes
1answer
658 views

Word cannot save document in WebDAV

I am working on WebDAV implementation in our system. Now I am facing with the following problem. When I am opening the document that placed in one of the subfolders, after editing it I cannot save ...
0
votes
1answer
2k views

Creating an editable area in Microsoft Word 2010 document

I am sure this should be simple, however I have had a look around and drawn an blank. I have a requirement to create a Word template which is locked down for editing, except for an area in the body of ...
1
vote
1answer
293 views

Use powerpoint object-model without running the powerpoint application

I need to create a server which allows multiple users to connect, upload their Powerpoint presentations and get modified presentations back. The presentations should be processed simultaneously (using ...
2
votes
1answer
487 views

Adding hidden bcc for outlook with c#

I'm using POP for mails and I want to inform one of my company mails when a message is sent by one of the users. And I want it hidden so they cannot delete it. I see there are solutions bun not free ...
1
vote
0answers
367 views

Excel ActiveX labels blink / change style upon clicking

This, what seems to be a glitch, has annoyed me for years. Some ActiveX controls, when placed on the worksheet, do odd things when clicked. In the picture below, there is no code whatsoever and ...

1 3 4 5 6 7 11