office-interop
Run Word VBA with msgbox via C# without user interaction
I am running a macro in a Word document via C#, the macro basically creates a copy of the document and adds a couple of more attributes.[详细]
2023-02-13 23:06 分类:问答Using VB2010 to view an Excel 2003 chart
I am trying to take a chart(on it\'s own \"sheet\", not as an object inside of another \"sheet\"), and display it on a VB2010 windows form.[详细]
2023-02-13 08:16 分类:问答How can I quickly up-cast object[,] into double[,]?
I using Microsoft.Office.Interop.Excel I get returned a 2D array of type object[,]开发者_高级运维 which contains double for elements. Note that the index lower bound is 1 instead of the default 0, but[详细]
2023-02-12 12:29 分类:问答How to Freeze Top Row and Apply Filter in Excel Automation with C#
I have automation to create an Excel document from C#. I am trying to 开发者_JS百科freeze the top row of my worksheet and apply filter. This is the same as in Excel 2010 if you select View > Freeze Pa[详细]
2023-02-12 01:20 分类:问答Including original Msg & Signature in Microsoft.Office.Interop.Outlook.MailItem.replyAll
Im trying to include original message and signature in Microsoft.Office.Interop.Outlook.MailItem.replyAll but nothi开发者_如何学Pythonng seems available for the purpose. Anyone who can help :( Thanks[详细]
2023-02-10 12:12 分类:问答How to provide multiple choice in generated Excel file
I\'m working on an application that generates a series of Excel files where users need to enter information for school grades. One of the sections requires the user to enter a value from a selection o[详细]
2023-02-10 10:26 分类:问答The range cannot be deleted. at Microsoft.Office.Interop.Word.Range.set_Text(String prop)
The r开发者_开发百科ecommended c# .net code to replace a bookmark with text appears very straight forward and I have seen the same code all over the net on so many websites (including yours, from a Se[详细]
2023-02-10 07:09 分类:问答Extracting excel worksheet into a string in C#
How can i extract excel worksheet into a string using C#? i already have the s开发者_StackOverflow社区heet and can save as txt file but instead of that[详细]
2023-02-10 05:00 分类:问答Convert string/numeric date in Excel to a date formatted object using only formulas
Folks, I have a string date which I can convert to numeric using: =DateValue(\"1/2/2011\") results in 39084[详细]
2023-02-09 18:41 分类:问答How to colorize Categories for an Outlook AppointmentItem
I\'m using the office .NET framework to create appointments in Outlook. The code that creates the appointments looks like this:[详细]
2023-02-09 00:25 分类:问答