Migration Project
Mon, 28 Jan 2008 05:24:00 -0800
Hi Everyone,
I am doing one migration project in which I have to convert existing
VBA/Excel code in C#/Excel code....
I just want to know few things....
- Performance impact if I use VSTO
- I have only one excel file to convert.. which template I should use...
addin, code behind or independent process ...
|
AxInterop.OWC11.dll license question
Thu, 24 Jan 2008 06:26:05 -0800
I have developed a windows application which uses OWC11.exe /
AxInterop.OWC11.dll DLL.
If I want to sell my software including AxInterop.OWC11.dll DLL what license
I should have. If you know any link please let me know.
Thanks for your information.
-AK ...
|
Forever
Sun, 20 Jan 2008 12:45:27 -0800
...
|
Problem with Interop Excel:Opening password protected files
Thu, 17 Jan 2008 05:35:00 -0800
Hi,
We have an ASP.NET/C# application using AJAX 1.0.
We are experiencing the following error using Interop Excel.
When trying to open an Excel workbook that is password protected, an error
COMException
Exception message: The remote procedure call failed. (Exception from
HRESULT: 0x800706BE) occurs. ...
|
excel features
Tue, 15 Jan 2008 19:56:01 -0800
I want to setup an excel workbook that will have 'screens' where users can
enter car loan application information. I want this information to be saved
in excel once the save button has been hit. I want this data to connect to a
.net WCF server and/or a service broker application that is hosted on a sql
serve ...
|
storing binary in excel file
Mon, 14 Jan 2008 18:15:01 -0800
I have a requirement for binding a binary to/in an excel file then extracting
the binary later to be used with a addin for excel. Is there a way todo this
with vsto 2005 se nad VS 2005 ?
...
|
how to get a pointer to an OLE object from OleFormat.Object
Wed, 9 Jan 2008 11:42:01 -0800
Hello?
I have spent quite much time to solve this problem.
I have an ole object embedded in an excel sheet. When I try to access to
that ole object, excel throws an exception.
Here is my code.
using Excel = Microsoft.Office.Interop.Excel;
Excel.Worksheet xlSheet1 = (Excel.Worksheet)xlBook.ActiveSheet;
...
|
|
|
getting data through RS232 port
Tue, 8 Jan 2008 08:32:03 -0800
I currently us "Winwedge" to pick up the data, then VBA to read the Winwedge
columns into Excel.
There must be a more direct and elegant way to do this.
any ideas?
thanks
...
|
How Excel VBA corporate with MSN Alerts?
Tue, 1 Jan 2008 20:37:07 +0800
How Excel VBA corporate with MSN Alerts?
I want MSN Alerts to remind me when an Excel cell value more than 5.
Can I make it?
For detail:
1.aa.xls and sheets bb has a cell, C5.( in Computer A )
2.when value of C5 = p` (>5) ยกรท MSN Alerts sent value p` to Computer B.
3.and shake my msn window ...
|
c# Select existing Chart
Fri, 7 Dec 2007 02:17:55 -0800 (PST)
I am using C# to take data from a database and place in an Excel 2003
spreadsheet. Depending on the user query the data can be anything
from a few rows to 1000 rows.
The Excel 2003 sheet is a template with 4 existing Charts. The charts
are formated with different colors and sizes etc. I want to select
eac ...
|