For issues relating to Microsoft Office, version 2007.
0
votes
0answers
13 views
Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/a/a/a/a;
I use OliveDocLibrary to display DOC, XLS and PPT,when I add OlivePhone-OliveOffice-excel-android-4.0.3-universal-trial-1.0.2.jar,it can work, can display xls;but when I add ...
1
vote
1answer
13 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
0
votes
0answers
17 views
How to save correctly sparklines models (color, width, options)?
Using my previous question's answer :
How to extract each color bar and copy them in a table?
I am now able to create a sparkline for each line i want to make.
I tried to save that sparkline template ...
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 ...
2
votes
0answers
37 views
Office File Converter (ofc.exe) Timeout
We're running into an issue with OFC successfully converting an excel file. We've tweaked the
ofc.ini file to change the following:
LogDestinationPath=C:\src\tools
The folders to convert to:
...
0
votes
1answer
53 views
How to create a clone of a word document object?
How do you create a clone of a word document in c#? (office 2007 libraries)
public copyDocument (Word.Document _originalDocument)
{
//How do I clone the _originalDocument?
Word.Document ...
-2
votes
1answer
67 views
C#/VS2010 generate new document in Word 2007 at runtime from a template [closed]
I am trying to translate a previously created Word 2007 ribbon set (8 tabs, about 150 buttons and 10 checkboxes) from VB done in VS2005 to C# in VS2010.
The issue I'm having is that I'm unable to set ...
0
votes
0answers
39 views
Changes in Powershell in using Office automation?
On the old machine (Windows 2008) I have:
PS P:\> $psversiontable
Name Value
---- -----
CLRVersion 2.0.50727.3623
...
0
votes
1answer
52 views
Detect which save function the user chooses in Office2007 using Word VBA
I'm writing a custom Word template which does some processing upon saving the current document.
In Office2007, to save a document you can use the Save and the Save As functions, and handle the events ...
0
votes
0answers
123 views
Excel VBA Charts -> range select using “Cells” in within Charts
I try to modify existing VBA code (excel) which makes Chart graphs, and make it more flexible.
Rright now i came to a point, where google cant help me, or i search for the wrong "thing"
I know that ...
0
votes
0answers
14 views
Change default save format during install Microsoft Office 2007
Hi I work as a computer technician for a school district. One of my jobs is to install Microsoft Office 2007 onto all new computers. After the installation I have to change the default save format to ...
1
vote
2answers
137 views
Does the Open XML SDK 2.0 for Microsoft Office support Office 2007
If I browse to the Open XML SDK 2.0 for Microsoft Office page and select "Other Versions" > "Office 2007", it takes me to Open XML Format SDK 1.0. Does this mean that the Open XML SDK 2.0 for ...
0
votes
0answers
50 views
How to programmatically set the position of an inline attachment in Outlook 2007?
I need to create Outlook emails programmatically and also attach several files in certain positions within the body text. Apart from the position, everything is working fine.
It's possible to specify ...
0
votes
0answers
93 views
OpenXML v2 is painful. Why can't I create a bulleted list ?
One should create a numbered list and the other should create a bullet list as shown at this site here
http://sharepointweblog.blogspot.com/2009/07/open-xml-insert-bullets-and-numbering.html
but ...
2
votes
1answer
378 views
Display right click context menu with focus in through VBA macro in Microsoft Word 2007
I would like to programmatically display the right click context menu with focus through a VBA macro in Word 2007. This would allow me to map the macro to a hotkey and expose the menu with focus ...
0
votes
3answers
271 views
Excel change column format using macro
If there is word COST in column name then change the column format to currency using macro for excel.
like if column name is - "Final Cost" or "Total Cost" or "Item Cost"
then change column format to ...
0
votes
1answer
86 views
Ungroup powerpoint objects of a jpg image
Is there a way to ungroup objects of a saved powerpoint jpg file ?
like a rectangular shape over a text made using powerpoint and saved image as jpg , is there a way to separate rectangular shape and ...
1
vote
2answers
83 views
TFS Build Agent and Office PIA
I'm currently investigation TFS 2012 automated builds/build agents
The situation I have is that I have:
A legacy solution that builds Office 2007 Addins
A test build controller
Two test build ...
0
votes
1answer
161 views
how to change ActiveWindow.ViewType to ppViewThumbnails in PowerPoint using vba
ActiveWindow.ViewType = ppViewThumbnails
Above code run to following error message:
"DocumentWindow (unknown member) : Invalid enumeration value."
Help please
3
votes
2answers
429 views
If I write an add-in for office 2007 will it work for 2010, 2013?
I am currently in the process of re-writing some VBA macros that were written for office 2003. I was wondering if I wrote a C# add-in for 2007, if it would work for 2010 or maybe even 2013. Or if I ...
1
vote
1answer
93 views
Creating Excel file in C# gives and error in Office 2003
I am creating an application that creates an Excel file when a button clicked without saving it, it works fine in my local machine while there is Microsoft Office 2007.
The problem that when I put ...
1
vote
1answer
117 views
VSTO Merge to PDF
I have a VSTO Word addin that perform a mail merge, into a pdf, It must generate one pdf for each record each one of them with it's own name.
My code Works fine but it takes a lot of time generating ...
0
votes
1answer
51 views
Re-size an image in Office Picture Manager
want to change the pixel for my image to 951x211.when type in 951x211 it automatically display as 594 x 211.want to put my image as a banner in my Home Page
-1
votes
1answer
31 views
Linking an image to an excel file [closed]
I hope this question is appropiate because I need some help
The issue is:
I want to link an image to an excel file (the image is an external file)
When I change the image (external file), it is ...
0
votes
1answer
47 views
Word 2007 multiple BeforeClose event handling
I have office 2007 installed on the windows 7 platform.
In the Word application exists our supplier's add-in that catches BeforeClose document event and asks customer the question before exitting.
...
0
votes
0answers
110 views
Excel 2007 Disable Editing and Clipboard menu from ribbon bar
I have created an Excel VSTO Application. What I want to do is disable Clipboard and Editing menu under Home option from ribbon menu of office 2007.
Any Help would be highly appreciated.
0
votes
1answer
166 views
Restrict MS Word Content Control Functionality
I have a MS Word document and that document has multiple content control. When user copies entire data from one content control to another sometimes it copies content control itself with data and when ...
1
vote
2answers
98 views
Searching substrings of text with case sensitivity in an excel and highlighting the rows
Could you help me to understand, How to search substrings of text with case sensitivity in an excel column and highlight the rows respectively.
My excel second column consists of value (((...))) and ...
3
votes
3answers
231 views
Zip batch command and Excel
I have many excel files that I need zipped into each of their own zip folders. I thought I had this ironed out, but I have co-workers coming back to me saying that they cannot open the excel file ...
6
votes
2answers
118 views
Disable bold button
I want to disable "bold" toggle button in an Excel sheet.
How can I do it?
I have the following code but it's not working:
CommandBarControl test = ...
2
votes
1answer
199 views
recognize an onclose event with OleVariant?
I´m using a OleAutomation with Excel := CreateOleObject('Excel.Application');
to use the functions Excel.Replace and Excel.SaveAs. These functions are essential in my problem and I cannot leave them ...
2
votes
1answer
323 views
vsto 2010 outlook addin installed but not visible
I am developing a VSTO 2010 Office 2007 Outlook Add-In deployed from Click-Once. On the computer I developed it, running Visual Studio, everything works just fine, but when trying to install it on ...
2
votes
0answers
274 views
VSTO 2010 Outlook add-in shows error message while installing
I have a VSTO 2010 Office 2007 Outlook Add-In deployed from Click-Once. It works on my dev machine and on a standard user machine and fails on another. On the first time it was installed but the ...
2
votes
1answer
2k views
Error accessing COM components
I build a Word AddIn and everything works fine if Word is running with as administrator.
But when I ran my addin without administrator rules there are two common exceptions accessing Ribbon elements:
...
0
votes
1answer
102 views
Is there a PowerPoint equivalent of Word's ToggleRibbon? Or another way to accomplish the same thing?
[In Office 2007+, you can cause the ribbon to be minimized so that only the tab names are shown, which makes it look a bit like a menu bar. The full ribbon is then only shown when you click on a tab. ...
0
votes
1answer
123 views
Can I get rid of the “Marked as Final” strip in an Office document?
When a user opens a document (or in my case, presentation) that has been marked as final, a yellow strip appears at the top of the window explaining that the document has been marked as final and that ...
1
vote
1answer
331 views
Create a MS-Word Addin Setup
How can I create an Inno Setup for a MS-Word AddIn?
There is some code snippet for doing the AddIn registration?
3
votes
1answer
299 views
Access 2007 Improve query/vba to group by linked list
I receive some tables where there are elements grouped by linked lists and I have trouble to deal with it.
The function works find as it but I'm often asked where is its macro when launched since ...
0
votes
1answer
563 views
How to jump directly to the last line of the current table cell in Word 2007?
I have a large Table in MS Word 2007 (spanning several pages) and each row contains a lot of text.
Is there a keyboard shortcut in Word 2007 to directly jump to the last line of the current table ...
0
votes
1answer
404 views
How to switch the highlight color to yellow for text that will be typed in Word 2007?
In a VBA-Macro in MS Word 2007 I want switch the text highlight color to yellow for the text that will be typed next at the cursor position.
If I want to change the color of the currently selected ...
1
vote
1answer
38 views
Catching all click events in one handler with Microsoft Access
I am making an on-screen custom keyboard, and I am wondering how to send all click events to one method and have it determine what to do based on the name of the control. Is this possible?
0
votes
1answer
840 views
Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80040005
I am getting the below mentioned error when my web service tries to open MS word document pragmatically through my .net web service. When I run web service through visual studio, it works fine but ...
0
votes
1answer
462 views
Excel opening doesn't work with reuters module giving 'compile error'
I have
Compile error in hidden module: wkbModel
when I try to open Excel (I'm running win xp pro 2002 sp3 with office 2007).
I tried to disable the modules and found that the one causing the ...
0
votes
1answer
3k views
excel delete row if column contains value from to-remove-list
Let's say that I've got a sheet - number one - with over 5000 rows (say, columns 'A' - 'H' each).
In another sheet - number two - I have a "to-remove-list" - a single column 'A' with 400 values, each ...
12
votes
1answer
4k views
How can I create a (VSTO) Office 2007 add-in using VS 2012?
Visual Studio 2012 does not appear to support Office 2007 (it only has project templates for Office 2010). If I want to create an add-in compatible with Office 2007, do I need to use Visual Studio ...
3
votes
1answer
126 views
Can IFilters 2.0 full-text index the text in a chart in an Office 2007 document?
I have a full-text catalog containing PowerPoint presentations. Some of those presentations contain charts, and in those cases, the chart is usually the main thing on the slide. When doing a search, I ...
0
votes
2answers
2k views
How to view text of merged cells when filtering another cell?
The two columns look like on this image.
When I want to show only the cells which contain a letter 'b', I can no longer see the text "Title1" and "Title2" which is normally visible in the column ...
0
votes
0answers
108 views
Automatically name “Text form field” on copy?
I need to make a paragraph with text form field which will update the other part of the text. So I created a sample paragraph like on this image
As you can see the Id of text form field has been ...
1
vote
1answer
190 views
How to get the “Data Validation” CommandBarButton object?
I need to hide the Data Validation button when user switch to particular sheet, but I cannot locate this button in Application.CommandBars.
I have tried to loop out all the CommandBar object and its ...
2
votes
1answer
650 views
How can I identify the display language (i.e. toolbars/menus) used by MS Office in Visual Basic?
I have a macro that generates an MS Word report from an MS Excel spreadsheet. The styles I use in the report are coded in English in the Macro.
Some of my team have their MS Office display language ...

