Different expiration date for different users
Thu, 24 Jan 2008 21:25:00 -0800
Hi,
I am using office automation apis to apply RMS protection.
I want to set the different expiration date for different users.
i am using following code
DateTime dtExpireDate = new DateTime(2008, 10, 8);
Microsoft.Office.Core.MsoPermission per =
Microsoft.Office.Core.MsoPermission.msoPermissionP ...
|
different epiration date for different users for word 2003
Thu, 24 Jan 2008 21:24:00 -0800
Hi,
I am using office automation apis to apply RMS protection.
I want to set the different expiration date for different users.
i am using following code
DateTime dtExpireDate = new DateTime(2008, 10, 8);
Microsoft.Office.Core.MsoPermission per =
Microsoft.Office.Core.MsoPermission.msoPermissionP ...
|
Error upon construction of Excel app
Thu, 24 Jan 2008 10:45:01 -0800
The following code, which I copied from an official msdn example, is giving
me an error:
//-----------------------------------------------
Excel.Application exApp;
Excel.Workbooks workbooks;
Excel.Sheets sheets;
Excel._Worksheet sheet;
Excel.Range range;
numSelectedContacts = myDGV1.SelectedRows.Count;
...
|
Word 2003 mailmerge security
Wed, 23 Jan 2008 03:38:00 -0800
I'm trying to automate a word 2003 mailmerge from VB within an Access 2007
database but when Word opens I get a security message that interupts the
process. The Word documents's datasource is an Excel spreadsheet. When the
code runs the screen prompt aks to accept the link to the external source.
Is there ...
|
Excel 2003 to 2007
Tue, 22 Jan 2008 17:37:03 -0800
Hi
I must move a application from using Excel 2003 to Excel 2007. So my
application written in asp, asp.net javascript and a lot more Microsoft
technologies crashes becaouse a lot of methods and properties has been
changed. So you cant use anymore .AutoFitColumns() but you have to use
.EntireColumn.AutoFi ...
|
Problem with Workbooks.Open() event of Microsoft.Office.Interop.Ex
Sun, 20 Jan 2008 22:38:00 -0800
Hi...
I have succeeded using Documents.Open() event of
â??Microsoft.Office.Interop.Wordâ? dll (Office â??12â?? library) to open a .DOCX
open-password-protected file. It creates a Word.Document object successfully.
But when I am trying with Workbook.Open() event of
â??Microsoft.Office.Interop.Excelâ? dl ...
|
Forever
Sun, 20 Jan 2008 12:48:47 -0800
...
|
|
|
VBA not working in Powerpoint Office 2007
Fri, 18 Jan 2008 06:31:02 -0800
We have a Visual Basic 6 project that uses VBA to generate Powerpoint slides.
The program works fine with Office 2003 installed. But when we installed
Office 2007, the program gave us Error 70: Permission Denied. This error
occurs on various VBA statements. These errors occur whether we installed
Office Prof ...
|
VS 2005 - Excel: Trying to do workbook.SaveAs() - Error: HRESULT 0x800A03EC
Fri, 18 Jan 2008 02:40:05 +0800
Guys,
Below is my code.. I have tried every combo I can think of. Every "SaveAs"
call results in the strange 0x800A03EC error. I have verified that the
folder path exists and that "Everyone" has Full Control on it. I have also
tried Missing.Value in place of nulls. :(
Thanx!
J'son
CODE:
//create ...
|
How to loop through Excel Work Sheet
Wed, 16 Jan 2008 22:37:00 -0800
Hi all,
I am puzzled of how to loop through Excel Work Sheet.
I have defined the following objects.
Excel.Application ExcelApp;
Excel._Workbook ExcelWorkbook;
Excel._Worksheet ExcelWorkSheet;
May I know how can I loop through each worksheet?
Please help.
Thanks
...
|