The office-2003 tag has no wiki summary.
0
votes
0answers
9 views
Front Page 2003 reset Register card menu
Hello I'm not sure if I'm in the right place with this question!
I still use FrontPage 2003 to edit some of my websites. I have a problem with the button tab feature / format template change / ...
1
vote
2answers
130 views
Sending Email with Late Binding Error Through VBA
I'm trying to use a late binding to email from VBA in Access 2010 and Access 2003. 2003 gives me 'Could not complete the operation. Once or more paramet values are not valid.' and 2010 gives me ...
1
vote
1answer
96 views
Microsoft Outlook Object Library in Access VBA
I've already referred to this posting here about late bindings, but I'm not sure if it has answered my question. I'm forced to switch between XP's Office 2003 and Win 7's Office 2010 using Access ...
0
votes
1answer
26 views
What Jet provider is installed with MS Office 2003?
I am having problems with an app that uses the Access Database Engine 2010 on machines where Office 2003 is installed. I am getting a "not a valid password" when trying to programmatically access an ...
1
vote
0answers
64 views
Turn off Replace “Straight quotes” with “smart quotes” programmatically in office 2003
Is there a way to turn off Replace "Straight quotes" with "smart quotes" in Microsoft Office 2003 programmatically? I am using Microsoft.Office.Interop.
Ok, solved!
There are two options:
...
0
votes
0answers
144 views
Unbound Object Frame for multiple document types
I'm stuck using MS Access 2003 W/ accompanying Visual Basic, I am trying to create a form to load documents, and I want to have a small thumbnail view of the document on this form (of the document ...
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
106 views
Visual Studio 2010 add Outlook 2003 project template
I have installed Visual Studio 2010, and I want to create Outlook 2003 add-in program which add few buttons on navigating menu. I want to use some of the tempaltes provided by VS2010 ( at least in ...
0
votes
1answer
81 views
Find out the text between two bookmarks in the page header MSWord
I'm looking for a way to find out the text content between two bookmarks placed on the MSWord page header.
Suppose two bookmarks are BKM_1 and BKM_2. also the text between two booksmarks is "Test".
...
0
votes
0answers
47 views
Cell positions of the current cell in MS Word 2003
I need to find out the cell positions of the current cell (loCell) below.
i.e. Top position of the cell from top margin of the page and left position of the cell from the left margin.
Please help!
...
2
votes
1answer
198 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 ...
0
votes
1answer
379 views
VSTO: Visual Studio 2005 with Office 2010 64
I was developing a Office 2003 Add-In with Visual Studio 2005. But after unistall Office 2003 and intall Office 2010 x64, my project stops working.
It's present some errors:
Error 7 The type or ...
0
votes
0answers
61 views
Document.FullName of docx file in Word 2003
I found a bug in office 2003 interop.
When calling the Document.FullName of a given docx file in Word 2003, I receive a tmp file instead of the real fullname. The property works correctly after the ...
0
votes
0answers
98 views
Unable to declare Word.Range
I am trying to find and replace tags on the word Document which loaded on windows form.to use the word.Range i declared
Dim wd As Object = New Word.Document
Dim wa As Object = New Word.Application
...
0
votes
1answer
103 views
VLOOKUP to execute a certain formula
I was wondering is it possible to execute formulas with vlookup?
Like:
frequency date next date
day 17/07/2012 18/07/2012 => date +1
Week 17/07/2012 ...
1
vote
0answers
27 views
word 2003 how do you redraw a window?
Sorry, I know this should be a basic question but I can't seem to find the answer.
How do you redraw an office word 2003 window in c#? right now I have the window minimizing and maximizing.
Thanks.
1
vote
1answer
168 views
COMAddIns how to turn them on/off programmatically in Office Word 2003
I need to be able to turn off a COM add-in in Office Word 2003 but still keep it in the COMAddIn list (just not enabled).
I have found the COMAddIn.Connect flag and I set it to false to try and turn ...
0
votes
1answer
114 views
Access to office 2003 files
I want to access to office 2003 files (.doc, .xls and .ppt) in order to extract text and some metadata (number of words, number of sheets, pictures, template, etc.). I'm able to do it with Open XML ...
1
vote
3answers
1k views
How to get text from line number in MS Word
Is it possible to get text (line or sentence) from a given line number in MS Word using office automation? I mean its ok if I can get either the text in the given line number or the sentence(s) itself ...
0
votes
1answer
151 views
Deploy word addin … 2003
I created a word addin for office 2003 with VS2008. It works fine but i can't deploy it.
I created 2 virtual machine (XP mode): One dev, one "client". On dev, the solution is deployed but i have no ...
1
vote
0answers
204 views
Visual Studio 2010 and Office 2003 PIA: is that possible?
I'm about to start porting a bunch of .NET apps to Visual Studio 2010 as some .NET 4 features are required in the apps. The resulting apps need to be able to call Office 2003, Office 2007 and Office ...
0
votes
1answer
259 views
PowerPoint 2003 COM Add-In
I have a PowerPoint Add-in. I created a setup for it and installed it. It works fine on my machine but the problem is when I install it on a fresh machine with a fresh copy of PowerPoint 2003, the ...
0
votes
1answer
218 views
Custom task pane support in Office 2003
I have created a C++ Office 2007/2010 add-in that exposes a custom task pane via ICustomTaskPaneConsumer and by implementing an ActiveX control. This works perfectly.
Now I want to include support ...
0
votes
3answers
472 views
Word Automation Backwards Compatibility With Word 2003
I am working on some Word automation code in C#. I have Word 2007 installed on my own machine (Version 12.0.0.0 of Microsoft.Office.Interop.Word.dll) but I would like to support Word 2003 as a minimum ...
1
vote
0answers
590 views
difference between PowerPoint 2003 and 2010 (ParagraphFormat.Alignment)
What we do:
We create powerpoints documents for Powerpoint 2010 and Powerpoint 2003.
Where the problem is:
Lables created with following sourcecode appear different in Powerpoint 2010 and ...
1
vote
1answer
236 views
how to install Extensibility.dll for office 2003?
I have addin for office 2003 that created with IDTExtensibility2 com interface and ofice 2003 PIAs.
I am able to run the addin on development machine, but cannot cretae installer.
Ob client machine ...
0
votes
1answer
957 views
How to see Word .doc variables
Is there any possibility to see doc variables? Details: microsoft word 2003, I have added a doc variable in document, but if I take look to document I can't see there is the variable? How can I see it ...
0
votes
0answers
38 views
MACRO Word 2003
How can I create a macro that will check through a document for hyperlinks and will prompt the user to input a link title or provide a report to the user to view the links missing a link title. Either ...
0
votes
0answers
146 views
XML/XSLT to HTML Word 2003
I have a word document that requires the end user to input data as required. I would like each input to be associated to a tag in HTML. So example:
Input your meta name"title":
Input your meta ...
0
votes
1answer
120 views
Disabling default buttons in word 2003
I'm currently trying to disable some buttons on the menu bar in word 2k3 but I have no clue on how to do so, from what I can find online it seems that i need to call the function "EnableMenuItem" from ...
1
vote
2answers
321 views
Visual Studio Tools for Office breaks VB6
UPDATE 3:
This happens when I have saved the vb6
script, close word, start word, then
run the template as you would normally
run a template, i.e. strTemplate
becomes Normal.doc. Then ...
0
votes
1answer
883 views
Create VSTO 3.0 Outlook Add In to run on office 2003/2007/2010(x32 and x64)
Hy,
Is it possible to create an add in that works on all office versions?
I searched the msdn and different forums but there is nothing specific about this issue.
Thanks.
1
vote
0answers
355 views
Installing version 11 PIA on a Visual Studio 2008 / Office 2007 system?
The client has development systems with Office 2007 (version 12) and Visual Studio 2008.
However, the software needs to run on Office 2003 (version 11) systems too.
How do I install the correct ...
2
votes
1answer
280 views
Remove CommandBar created by an Addin in Word 2003
I have installed a Word 2003 Add-in, then uninstalled it, but unfortunately I still seeing the menu created by the Add-in in the Word menu bar.
I tried Tools -> Customize, and there I can remove the ...
0
votes
2answers
1k views
Excel 2003 Combobox/Validation Data List Values and Labels
I'm unable to find out this information: Is it possible to show labels in these two type of lists rather than the real values ? of course when a label is selected, the value of the cell or the ...
2
votes
1answer
593 views
Combination button/dropdown in office
How do I add a combination button/dropdown in office (see below). Preferably with code.
Update: If it helps any, code isn't needed.
0
votes
1answer
152 views
Is it possible to create ClickOnce-like functionality for an Excel 2003 addin?
I'm working on an Excel 2003 addin (users will upgrade to newer Office, but not any time soon), and am wanting to use functionality to automatically check for a newer version, and deploy it if there ...
1
vote
1answer
171 views
VBA language reference for Office 2004
Office 2003 has such things as the Office 2003 Editions: Word VBA Language Reference.
Is there such documentation for Office 2004 or is it assumed that the Office 2003 documentation covers Office ...
0
votes
1answer
699 views
COM Exception (code 0x800A03EC) thrown when programmatically changing page breaks in VB.Net
I am attempting to use the VB.Net Excel COM interop to programmatically change the location of the first horizontal page break on an Excel spreadsheet being generated by the program. Code to do so is ...
1
vote
2answers
2k views
Open word 2003 (doc) file using open xml file format API
I would like to know whether its possible to open Open word 2003 (doc) file using open xml file format API? like office 2007.
I have one windows service through which I am trying to open and edit doc ...
3
votes
1answer
2k views
Office 2003 interop with only Office 2010 installed
We have an application (.NET 2.0) that uses Outlook 2003 features (Microsoft Office 11.0 Object Library). My new computer has Windows 7 and Office 2010 installed, and the references don't work anymore ...
1
vote
1answer
459 views
Creating a Word 2003 Add-In Toolbar
I have been perusing the internet in search of the best way to accomplish this, but have had no luck.
If someone here has experience with Office add-ins, I would really appreciate any help, I'm not ...
0
votes
0answers
371 views
VBA tab strip macros in Word 2003 lost in Word 2007
At wife's workplace, they use a Word template file with a customized strip of editing commands in MS Word 2003. This includes some macro VBA commands to create customized tables and stuff. They want ...
0
votes
1answer
35 views
Issue while establishing connection with excel
The below connection string establishes connection with excel file which has extension as '.xls' but same string throws an exception while opening a connection with file which has extension as .xlsx.
...
0
votes
1answer
47 views
What is the use of MS Office related lockbackreg.msi?
I recently noticed that a installer file named lockbackreg.msi is included in a setup package that I use to install a large application on my machine. This file is said to be a MS .NET Update required ...
2
votes
1answer
3k views
Retrieving the COM class factory for component with CLSID {00020906-0000-0000-C000-000000000046} failed due to the following error: 80070005
I am getting the above mentioned error when my web service tries to open MS word document programatically through my .net webb service.
When I run web service through visual studio, it works fine but ...
4
votes
1answer
343 views
Visual Studio 2008 and Office 2003
I have been interested in using the VSTO but I am running Visual Studio 2008 and I have Office 2003. I know it is possible to use VSTO 2005 SE for Office 2003 but I can't find any information on ...
0
votes
1answer
228 views
Deploy VSTO Document solution to Excel 2003
We have an Excel workbook which has c# VSTO code in it and two .NET DLLs that sit behind it. The spreadsheet used to work for all users in the organisation.
Recently our IT department had a problem ...
5
votes
7answers
4k views
how to use php to include an image in a word file?
Somebody has asked me to make an app in php that will generate a .doc file with an image and a few tables in it. My first approach was:
<?php
function data_uri($file, $mime)
{
$contents = ...
2
votes
0answers
661 views
Outlook Crashes with Event ID 1000
We deployed a VSTO addin for outlook 2003. After installing the addin one of the user's outlook crashes when a contact is opened, i.e, when ItemProperties of the contact are read.Some theses ...

