Group:  General ยป microsoft.public.officedev

Threads Replies Last Post
19 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  
How to read the lastmodified date in word via VBA
How do I read the DateLastModified property of the active word document using VBA?...
1 6/26/2007 2:24:00 PM
Table AutoFormat problem in WORD 2007
Hi, I'm writing an app that expands a table by inserting extra rows to it. After adding the extra rows I would like to apply the autoformat style that the table originally had. (the rows are not added to the end of the table). In Word 2003 I didn't have to do anything special in the code. If the table had auto formatting that formatting was the same after adding the rows. BUT i...
1 6/26/2007 11:58:01 AM
Opening word programatically on Vista w/ Office 2007 and C++
Hi folks, I have some code that uses the Office object model to silently open a document and save it in html format. This is old code that's worked for a long time. Now I'm seeing problems when it's used on a Vista machine with Office 2007 ( I know Vista is definitely part of the problem but not sure yet if Office 2007 is required to get the problem to happen). The issue seems to ...
3 6/25/2007 7:16:00 PM
NiXPS v1.0 released - tool to inspect and edit XPS files
Hi, for those of you who are working with, or looking into to working with, XPS files: please have a look at our freshly released power tool for XPS: NiXPS v1.0 (http://nixps.com). The software runs on Mac & PC. You can view XPS files with Microsoft's standard viewer, but our tool goes a lot further and allows you to actually inspect and edit the files: - add/remove pages - merge doc...
2 6/22/2007 10:30:03 AM
CAN I USE CLIP ARTS IN MY WEB SITE FREELY ?
I want some pictures to put in my new web site, can any one suggest that clip arts can be used for this purpose. Can I use the clip are pictures absolutely free of cost for putting in my web site....
1 6/21/2007 7:10:01 AM
Outlook Appointments and C#
Hi, for a C# application I'd like to collect some information from Outlook and do some work on them. Now I need to find all appointments having a specific "Label" (Color). While searching on the net I found different examples how to read the label but for me it seems to be bad to read all appointments in my application and then check the label. I hope there is some way using the Advance...
1 6/20/2007 9:51:55 PM
Trouble opening new Excel Document using c# (Office 2000)
Hi all, I have a problem trying to open a new excel workbook in my office apps. All works fine if I use office 2003 (libraries 11.0) I tried to convert the application on office 2000, using libraries Excel 9.0 and Office 9.0, creating also a "clean app" only to test, with the following code: Excel.ApplicationClass esd = new Excel.ApplicationClass(); object miss = Type.Missing; esd.Wor...
1 6/19/2007 4:47:03 PM
populate Word table from Access query..
How would I populate a Word table (in Word template) from Access using vba, using data from query results? (office 2003) thanks! Don ...
2 6/19/2007 1:55:12 PM
how to do get the Word document's spec paraph to clipboard
exmple,the Word document is : <xx #1 xx> content11111111111111111 <xx #2 xx> content22222222222222222 <xx #3 xx> content33333333333333333 <xx #end xx> how to get each "#num" and set each content to clipboard one by one? thanks very much for any help ...
1 6/18/2007 7:35:11 AM
Hide Screentip and Supertip
Hello, I have user controls in my Ribbon tab. Is it posible to hide or disable the control's Screentips and Supertips? Thanks in advance, ...
2 6/14/2007 9:00:49 PM
graphing for algebra
graphs for algebra...
1 6/14/2007 1:55:00 AM
set encoding in html conversion
Hi, i have a Com+ for converting office document (word, excel, powerpoint) in html format. I need to force an encoding (windows-1252) to the output document. We instance the Word object ( _ApplicationPtr ptrApp ("Word.Application"); ) and we set encoding using: .... DocumentsPtr ptrDocs = ptrApp->Documents; m_ptrDoc = ptrDocs->Open (&(VARIANT)(_variant_t)m_szwFilename); .... m_...
1 6/13/2007 8:21:00 AM
reading formatted contents from xml embedded word 2003 document.
Hi I am using wordApp.ActiveDocument.xmlnodes(i).range.text to read the contents from a particular node from a vb.net application. Rather than this I would like to know is there a facility to read the contents using an xpath. I am not saving the document as xml insted it still remains as Word doc, but still have those XML nodes I inserted into it. I need to read the formatted conte...
2 6/12/2007 6:01:55 PM
About object library files
Hello, I have an Office VBA app in Excel and Word. I've gotton a bit rusty: I need to support from back to Office 2000 forward to Office 2007. Per the MS KB articles if I use early binding I need to include references to earliest Office version (here Office 2000). Which reference files would I need to include if I do that? Should I include them in my installer app? But the MS KB articles...
1 6/12/2007 5:26:02 PM
Experiencing problems with Word 2003 controls
I am using combobox and checkbox controls inside my word document. While I try to access them from my VB.Net code, it throws lot exceptions and at times controls get interchabges and values that chouls go to Combo1 goes to Combo2 and viceversa. I am also adding the code samples. This happens for some of the functions that are added inside the word document, over here the exception ...
15 6/12/2007 3:10:23 PM
Do nothing... Microsoft.Office.Interop.Word... new Application()..
Hi, Im try to use Microsoft.Office.Interop.Word to convert .doc to .pdf with the code: .... // HERE THE APP STOP...DO NOTHING... Microsoft.Office.Interop.Word.Application wordApplication = new Microsoft.Office.Interop.Word.Application(); // HERE THE APP STOP...DO NOTHING... Document wordDocument = null; object p...
2 6/9/2007 10:08:32 AM
Office Update KB933688 Installs Over and Over Again
I keep getting prompted to install KB933688. After every install, it appears to complete successfully, but shortly afterwards I am prompted to install the same update again. Even after rebooting it doesn't seem to know that the update installed successfully. What is not getting written after the update? A file, a registry key?...
1 6/8/2007 12:50:00 PM
Reading Formatted contents as HTML from Word 2003
Hi I need to grab formatted contents (including images) form a Word 2003 document. the document is bound to a XSD and have embedded XML tags inside. I need to grab formatted content as HTML from certain nodes inside the document where as the other parts of the document will be read just as plain text. I using VB.Net to grab the contents from Word 2003 document. As for now to grab th...
2 6/8/2007 10:03:08 AM
How I can now if MS Project is installed.
How I can now if MS Project is installed. Any help would be appreciated. Regards, Slava. ...
2 6/8/2007 10:03:07 AM
Automation fails for Excel 2007
I am trying to set the TickLabelSpacing and TickMarkSpacing in Excel 2007 using automation. But it fails to set the appropriate values.No error is thrown. I want to execute the following: With ActiveChart.Axes(xlCategory) .TickLabelSpacing = some value .TickMarkSpacing = some value End With...
2 6/8/2007 10:03:07 AM
Accessing Options.SaveInterval causes Insert Text not to work
Hello, I have a Word Add-in and in this I have set up a timer which when triggered runs some housekeeping tasks. One of these tasks accesses the Application.Options.SaveInterval. If the timer interval is set > 4000 (4 sec I understand) everything works fine. However, if the timer interval is set <= 500 (0.5 sec) then including the line that accesses Options.SaveInterval causes ...
1 6/7/2007 3:35:33 PM
Is it possible to do partial e-mail downloads without ActiveSync?
Hello, I'm doing an application that must support mobile users. There is a requirement to perform partial e-mail downloads for these users. Some users have no Windows Mobile devices (for instance, some Samsung and Nokia cell phones), so they can not use ActiveSync resources. Is it possible to implement this feature in my client software without ActiveSync support, using webDAV request...
1 6/7/2007 2:05:04 AM
Office 2007 Install Error
When I attempted to install Office 2007 from a CD, I got the following error. The language of this installation package is not supported by your system The problem was that I obtained the files from an .ISO file and did not choose the proper file structure when I exploded the file. If your Office 2007 install folder contains folders with names such as: POWERPOI instead of PowerPoint.e...
2 6/5/2007 5:23:02 PM
text to speech
Hi, I am working on a way to let Office 2007 convert text to speech in Dutch I use this (very old) macro: Sub TTS() 'Declare and create an Excel object. Dim XL_tts As Excel.Application Set XL_tts = CreateObject("Excel.Application") XL_tts.Speech.Speak Selection XL_tts.Quit Set XL_tts = Nothing End Sub This adresses the text-to-speech engine trough Exce...
1 6/3/2007 10:27:57 AM
"This document was sent to the printer" message.
How to disable the balloon message after choosing to print a document. "This document was sent to the printer....
1 5/31/2007 5:21:01 PM
19 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  

Home | Search | Terms | Imprint
Newsgroups Reader