Zip file
Sun, 14 Mar 2010 05:54:01 -0700
How do i open in office? ...
|
Problems with Trial Office security updates
Fri, 12 Mar 2010 18:41:02 -0800
I have been getting Windows Updates for my Trial Version of Office2007 that
came on my 3 yr. old laptop for a year or so. Error code 646. MS finally told
me last time this went on (constant reminders to update for months) and after
talking to several Office specialists... to "hide" the updates. Finally the
m ...
|
obtaining the print dialog using reflection
Mon, 8 Mar 2010 11:00:01 -0800
I'm using word automation, and I need to correct the old code, in order to
use just the reflection, and not the direct reference to the office libraries
from visual studio.
The old code had:
varDlg =
varWord.Application.Dialogs[Microsoft.Office.Interop.Word.WdWordDialog.wdDialogFilePrint]
I don't know ...
|
Exporting Chart(s) from Excel
Mon, 8 Mar 2010 07:38:01 -0800
Hi
I want the simplest way of exporting (saving it as a separate file) Excel
chart from worksheet.
Scenario:
I have the Chart already created in the Excel, I simply want it to be saved
as image file.
The already found(available) solutions over the internet are cumbersome and
provides lengthy details ...
|
DocumentFormat.OpenXml.dll license
Wed, 3 Mar 2010 22:22:56 -0800 (PST)
I want to read/write .XSLX files (Excel 2007 worksheet) in my C#
application. I have downloaded the Open XML library from Microsoft,
but I couldn't find any detailed licence from their site or inside the
downloaded file.
Can I just redistribute "DocumentFormat.OpenXml.dll"? Or do I have to
make the client ins ...
|
Set a powerpoint presentation as the application.activepresentatio
Wed, 3 Mar 2010 15:51:01 -0800
Hi.. Can somebody please advice me on how to set a powerpoint presentation as
the powerpoint.application.activepresentation?
In the program below, when the form is loading, it will open 2 powerpoint
files (Test1.ppt and Test2.ppt). After Test2.ppt is opened, it will be the
activepresentation because it is o ...
|
Unable to cast COM object of type 'System.__ComObject'
Wed, 3 Mar 2010 03:59:01 -0800
hello ,
i try to read emails from inbox folder and i get the follwoing exception. I
use Asp .net 3.5, any one can help me
This is the code i used
try
{
app = new Microsoft.Office.Interop.Outlook.Application();
ns = app.GetNamespace("MAPI");
...
|
|
|
Disable SaveAS Option
Sat, 27 Feb 2010 05:00:01 -0800
I need to be able to disable the SaveAs option when openig a Word document
using C# interop code. Can anyone assist me? ...
|
Beta 2010 Trial
Thu, 25 Feb 2010 11:49:02 -0800
Recently I downloaded Beta 2010. Immediatly I received a notification about I
can begin to use it, but I received two keys. My question is: How affected my
computer this or my future downloading. Also when I open word or power point,
the programman is not runnig. I have to wait a lot of time meanwhile the
pr ...
|
Repeat Action
Thu, 25 Feb 2010 10:06:02 -0800
Hello,
I am very new to VBA. I am trying to create a macro for a Word 2007
document that finds a graphic, then resizes it to original size (Reset in
Format Picture dialog box). I have recorded the following, which produces
the result I want for one graphic. How do I make it loop so that it will
perform t ...
|