2007 custom task pane
Thu, 5 Jun 2008 20:31:50 +0800
Hi,
How do I get a custom task pane to show after user close it?
Cheers
-- Pan-Wei
...
|
InteropWord.WdBuiltinStyle.wdStyleHeading1 for Japanese Word
Thu, 5 Jun 2008 20:33:06 +0800
Hi,
I like to set a style of a paragraph to
InteropWord.WdBuiltinStyle.wdStyleHeading1 in Japanese Word and other
languages. But this seems not to have any effect.
Any suggestions?
Cheers
-- Pan-Wei Ng
...
|
How to Programatically paste the clipboard contents to a word docu
Thu, 5 Jun 2008 05:11:00 -0700
Can anyone tell me how to Programatically paste the clipboard contents to a
word document using C#??
I am very new to programming (2 months). I am using Visual Studio.NET and
C#. I have made an Add-In for Word. One of the controls in my Add-In
Programatically copies a textbox (richTextBox1) contents to th ...
|
Office Accounting Integration
Tue, 3 Jun 2008 12:00:18 -0700 (PDT)
Where can I find information on MS Office Accounting integration with
other applications?
I have a custom software that needs to create invoices in MS Office
Accounting. I know that MSOA works on SQL Database - maybe I can enter
records there? ...
|
ProductID nedostupný
Sun, 1 Jun 2008 05:15:00 -0700
Nezobrazà se mi ProductID, proÄ? ...
|
Launching one office application from another fails.
Wed, 28 May 2008 14:22:15 -0700 (PDT)
Here's a snippet of code used extensively in my developments:
On Error Resume Next
Set oExcelApp = GetObject(, "Excel.Application")
If Err <> 0 Then
'Excel wasn't running, start it from code
Set oExcelApp = CreateObject("Excel.Application")
bStarted ...
|
Automatically resize to contents of a html table
Wed, 28 May 2008 12:48:04 -0700
Hi,
i'm creating html pages which needs to be inserted into the word document.
These html pages mainly contains the <table> tags. When i insert the html
page in the WORD via Insert ->File, the table is not getting fully displayed
as some columns may have greater length.
To solve this problem, i need your he ...
|
|
|
Word Automation - Event for changing document
Wed, 28 May 2008 08:10:00 -0700
Hi,
I have a C# .Net 1.1 application in which I automate Word (97 onwards) to
perform a variety of tasks, including Mail Merge, document merging as well as
simply displaying a word document for the user to edit.
I would like to monitor the users activity in the word document so that if
they are editing t ...
|
Office.Interop.Excel.FormatConditions.Add () method signature chan
Tue, 27 May 2008 16:16:00 -0700
I am developing a .Net C# application that references the Excel 11 library
to create an Excel workbook. The application assumes that Excel 2003 or 2007
has been previously installed on the target computer.
This application works just fine when either Office 2003 and 2007 is
installed on the target comput ...
|
Common Speller API where?
Mon, 26 May 2008 06:43:04 -0700
I found http://support.microsoft.com/kb/262605 via Google, but the deeper
links to contact support are outdated and 404'ed. Tried looking around on the
MSDN site but there does not seem to be anywhere you can request the CSAPI.
Anyone know of a specific place to ask?
Or whether there is a newer API supersedi ...
|