Microsoft Office is a proprietary collection of desktop applications intended to be used by knowledge workers.
-2
votes
0answers
9 views
Typewritten or drawing fonts in MS Word [closed]
What of standard fonts in MS Word are typewritten or drawing? Where their height is set?
1
vote
1answer
33 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
1answer
26 views
Name manager: choosing a Range with a formula
I've been receiving an error when I try to set the range as so:
=EMPLOYEE_list!$D$2:ADDRESS(LOOKUP(2,1/(EMPLOYEE_list!D:D<>""),ROW(EMPLOYEE_list!D:D)),4,4)
The second part looks for the ...
0
votes
1answer
20 views
Microsoft Access query won't order certain numbers
I'm working on modifying an access application for my work. I'm generating a report that has categories denoted by integers 1-11. Each subsection of these categories is a decimal such as ...
0
votes
0answers
25 views
Numbering Formats in OpenXML C#
I am writing a C# class that uses OpenXML to create XLSX files. I have managed to achieve a fair bit of formatting but not having any luck applying numbering formats (in particular currency format).
...
0
votes
2answers
28 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 ...
6
votes
3answers
873 views
How to avoid spell checking of source code in MS Word?
When I copy source code to a word document or email, it would be nice if spell check could ignore source code token.
Is there an option to ignore blocks of text?
1
vote
1answer
15 views
Add MS Office Documents to PDF via Apache PDFBox
I'm using Apache PDFBox (http://pdfbox.apache.org/) for creating PDFs out of an arbitrary amount of files, including Images and other PDFs. Now I need to add MS Office Documents (Word, Excel and ...
0
votes
0answers
29 views
how can i use AD RMS service with OpenLDAP
i want to use AD RMS for rights control of documents, but i want to integrate it with OpenLDAP for user authentification.
my target is storaging user login name and password in the other custom ...
-3
votes
0answers
30 views
Microsoft.ACE.OLEDB.12.0 provider not registered' [closed]
I have developed a windows application for which MS ACCESS is the data base . Everything work fine for me. But in client's machine it's throwing error
The 'Microsoft.ACE.OLEDB.12.0' provider ...
4
votes
2answers
3k views
VSTO 4.0 Runtime Download Missing from MS?
We have code that checks for the presence of the VSTO 4.0 runtime and downloads it, if missing. This has worked fine until today. It seems the VSTO runtime file has gone missing from MS. Does anyone ...
0
votes
0answers
7 views
Extract only custom xml tags from Word document without scripts
There have been a lot of questions regarding extracting your custom XML tags from a Word document, but I didn't find a specific answer yet.
If you have a Word document with XML tags, you can view the ...
0
votes
0answers
7 views
How can I use expressions in access to populate fields?
I need Access to generate a reference number for me. The reference number is to be the first letter of the Last Name and then an auto generated number. The number generated must be incremental for ...
0
votes
0answers
23 views
How can I rewrite the following MS Word VBA macro to be compatible with Word 2007/2010/2013
I am looking to make my MS Word VBA macro compatible with Word 2007,2010, and 2013 without having to download the MS Office Object Libraries 12,14, and 15 on all my machines. Any types how I can ...
0
votes
0answers
18 views
What file type is used for references in Office for Mac?
In Word for Mac 2011 there's a VBA editor that allows the user to create macros. In order to extend the functionality that's available, it includes the ability to "Add a reference", which is akin to ...
0
votes
1answer
27 views
How to build an Excel file with login connexion
I am looking for a way to build a kind of excel application based on an single excel file, used by different kind of users which different level of authorization.
In an ideal world, The user open the ...
0
votes
0answers
7 views
Get the ChartSpace from a ChartReference
I try to modify a PowerPoint Slide, which contains two Charts. My goal is to find the Chart and modify its data.
I already got the GraphicFrame which contains the Chart, and I got the relative ID of ...
0
votes
1answer
15 views
Office Open XML SDK - good Introduction?
I am writing a program which modifies POwerpoint files via Office automation. THis is painfully slow and error prone so I attempting to move some functionality to Office Open XML SDK.
I read the ...
0
votes
1answer
28 views
Where to find Office 2007/2010/2013 Open XML Schemas
I am looking to pull together all of the XML schemas that Office 2007/2010/2013 documents abide by. I have found a number from the ISO/IEC 29500:2012 spec and ECMA-376 spec. I have also located a few ...
0
votes
1answer
50 views
How to reply to an Outlook mailitem using .net
I am writing an Outlook 2007 Add-in which composes a business quote in response to an email query. I compose the quote using Windows forms. Everything works fine until I get to the point of replying ...
0
votes
0answers
25 views
Lync 2013: Change status and extend popup?
How can I in Lync 2013:
1) Set status of Lync 2013 user?
2) Extend the popup menu (when I right click a user)?
0
votes
0answers
35 views
Percentage and count not showing in legendtext of column chart(MSChart -SeriesChartType.Column)?
I am showing graphical presention of data in MS chart .using pie and column chart .
pie chart is showing count and % of data but column chart not showing?
foreach (var platForm in platForms)
...
0
votes
2answers
29 views
Read excel file in Metro app (C#/XAML)
I want to find the way to read excel file in Metro app (use C#/XAML) but probably there is no solution. Anyone know if there is any reference support to do this (like Microsoft.Office.Interop.Excel in ...
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 ...
0
votes
1answer
10 views
Extract hyperlink address from HYPERLINK field code
I would like to replace the text below with only http://www.someurl.com. I have Word mac 2011. To clarify, I do not actually want to return from the field code to the actual hyperlink (blue), I only ...
0
votes
1answer
33 views
How to enable VSTO for all users in MSI?
I have an MSI (in VS 2010) that is creating a VSTO (4.0) (targeting .NET 4.0; for Office 2007) in the x86 Program Files folder, and everything seems to be fine. The registry correctly shows the VSTO, ...
0
votes
1answer
23 views
Selecting records with the most recent date for each unique identifier
To start, I've been scouring the internet for the last four hours and have come across a few similar issues (most here on stack overflow) with solutions that look like they could work, but did not ...
0
votes
2answers
24 views
Access not importing relationships for MySQL linked tables
I have successfully linked my MySQL database with my Access database file. Everything is working fine except the relationships in the MySQL database are not appearing in Access.
I have made a plenty ...
1
vote
3answers
51 views
How to update a SQL database with an .xlsx file on server without Office installed?
How will you Import a .xlsx file to a sql database on a server that does not have Office installed on?
Since you can't use Microsoft.Office.Interop.Excel
0
votes
2answers
2k views
Couldn't find Microsoft Word Document in DCOM Config
I am creating a simple asp.net web site that use office 2007/2010 automation .. when i published the website on the iis 7 on my local machine (window 7) have an exception
Retrieving the COM class ...
2
votes
1answer
855 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 ...
0
votes
1answer
49 views
Hide AutoExec() and AutoNew() macros from the macro list yet still have them run?
I'm trying to keep certain macros running when Word fires up or opens another document, but I want them removed from the list of macros the user can access (alt+f8).
I've tried adding 'private' ...
5
votes
1answer
3k views
How would you convert any document to a preview image?
I am using .NET and am looking for a way to convert just about any document into a preview image. I say any, but the priorities are Office Documents, PDF, and most image files.
I would assume that I ...
2
votes
1answer
2k views
WPF control for viewing Office Documents
I am looking for a way to view Microsoft Office and PDF documents within a WPF application. Does anyone know about an Office viewer control that works well in WPF?
Thanks
Jay
1
vote
3answers
3k views
Create a new Word Document using VSTO
How can I create a new Word document pro grammatically using Visual Studio Tools for Office?
1
vote
1answer
12 views
Drawing in Word 2007 - where mouse cursor icon disappeared? [closed]
Drawing in Word 2007 - where mouse cursor icon disappeared ?
It's here on the left in Word 2003...
http://officeimg.vo.msecnd.net/pl-pl/files/018/219/ZA001148935.gif
1
vote
2answers
329 views
Opening a remote Excel file via WebDAV without full WebDAV support
I am looking to implement a fairly simple system where a user can open and edit an Excel file via a link to a WebDAV resource. I am using a custom ASP.NET solution for this (running on Azure, so extra ...
0
votes
0answers
10 views
Can Outlook dropdown menu convert to text when hitting send?
So I created an Outlook Email Template that has several dropdown menus in a table. Right now if you hit send, the dropdown menus are still active and you can change the choice.
Is it possible to have ...
3
votes
4answers
8k views
How do I create a status dialog box in Excel
I have created a database report generator in Excel. I am trying to create a dialog box that displays status information as the program runs.
When I generate the report, although the dialog box ...
0
votes
1answer
30 views
“Ignore errors” in Excel XML
thanks for your help!
I'm basically creating an excel file via XML... everything is fine except that when I open the file in excel, it has that annoying green arrow on each cell... the one that you ...
0
votes
0answers
18 views
CommandBarPopup CommandBar and Controls properties throw error with templates
I'm working on an Office Add-in (written in VB6). I'm adding controls to the command bar, which works fine when MS Word (2010) is opening a .doc or .docx which uses the default template. I'm running ...
-1
votes
0answers
18 views
How to stop MS office 2010 opens hundreds of new sheets? [closed]
I have a excel file(.xls) which is in Excel 97-2003 Format and the file requires password.
When I open it using MS excel 2007, it works.
But when I open it using MS excel 2010 in windows xp, it ...
0
votes
1answer
28 views
Excel: Show a picture based on an expression
I have an excel spreadsheet. I have 3 different pictures, in cells A1, B1, C1.
Cell D1 has a value (one, two or three). Based on the value in D1, i need the cell E1 to display the picture in cell A1, ...
0
votes
0answers
14 views
Task-pane app stuck at “Loading…”
This happens to me randomly about 6-7 times out of 10 even without doing any modifications to the code. When I start debugging my app (it's an Excel task-pane app written in JS/HTML/CSS), it shows the ...
0
votes
0answers
12 views
Getting a complex powerpoint figure from a circle
I got a task in powerpoint to get from one figure to another only by using powerpoint's tools. I'm totally lost though, it doesn't seem to come out right. I can't really figure how to move the bottom ...
0
votes
0answers
11 views
how to deploy updates to office addins / versioning & building workflow
I wrote an Office Outlook 2010 Addin in VB .net in VS 2012 and use the publish option of VS to create a folder that contains "setup.exe" and the "Application Files" folder to deploy it on other ...
1
vote
0answers
26 views
Subtleties of Office / VBA in different Countries
I have a Question about Microsoft Office.
I have an Excel Sheet with about 20 Macros, some for unziping a *.zip File and inserting the Data from xml files into Excel. Others create with the Excel ...
-1
votes
0answers
9 views
How do I enable Save As in an Outlook 2010 Message? [closed]
In Outlook 2010, I cannot save any message as an Outlook Template. Do I need to change a registry entry?
-1
votes
2answers
2k views
How do you create a two-column Word document where each column is a different file?
Is it possible to create a two-column Word document, where each column shows a different file?
I would like to print out a text in different languages, original and translation, side by side to ...
2
votes
0answers
882 views
Bullet indents in PowerPoint 2007 compatibility mode via .NET interop issue
I've got a really difficult bug and I can't see the fix. The subject drives me insane for real for a long time. Let's consider the following scenario:
1) There is a PowerPoint 2003 presentation. It ...


