Excel automation Performance problem!! Need help please!
Fri, 31 Aug 2007 06:56:00 -0700
I apologize if this is not quite the correct group for this message. Also, I
sort of posted as follow up to my original questio a couple of days ago but
have since determined that this is problem I really need an answer to. ( I
will be cross posting just to have a chance for a more reponses)
I am automatin ...
|
RE: Opening / Saving Excel spreadsheets via Internet Explorer
Thu, 23 Aug 2007 11:41:23 GMT
> I want to access, edit and save Excel etc docs via IE.
>
> I have had it going before - and been able to open, edit and save documents
> to their correct paths.
>
> I am aware that this is possible - it works on an XP machine and other Win98
> machines
>
> On other machines if I try saving I get the ...
|
Passing array from C++ dll to Excel via xl_array
Tue, 21 Aug 2007 10:35:13 -0700
hi
I'm trying to write a C++ dll that passes an array to VBA via the
xl_array structure described in Steve Dalton's book - "Excel add-in
development in C++ "
Here is the C++ cpp file code......
#include <iostream.h>
#include <windows.h>
//define the xl_array structure
typedef struct
{
WORD rows;
...
|
In-Process Problem; Excel 2007, .NET COM ADD-IN ,VB6 COM , C++ man
Fri, 17 Aug 2007 14:54:02 -0700
I have a COM ADD-IN for Excel 2007 that makes calls into a VB6 COM dll. The
VB6 code then loads a C++ COM object. The C++ dll communicates with a .NET
dll via a bridge. The bridge is a C++ dll that handles the calls between C++
unmanged and .NET managed code.
(Excel 2007 Add-in -> VB6 COM -> C++ Unmanaged ...
|
How to find / set position of a chart in a worksheet.
Wed, 14 Mar 2007 14:08:19 +0100
Hi.
I'm trying to set the size and position of a chart in a worksheet, se code
example further down.
I get an unhandeled exception then I try to access the ChartArea.Top -
property within the chart.
How can this be done?
C# with VS 2005, .NET2.0, Office 2003.
public override void ExcelRepo ...
|
Runtime error 80010105
Sat, 10 Mar 2007 13:32:18 -0800
Running Office 2003, Win XP Home SP2.
I have an Access routine that acquires data from an Excel workbook.
This has been working fine until the latest Microsoft Office 2003 set
of patches. Now, I get the "Server Threw an Exception" error when my
code tries to open the workbook (using early binding). When I tr ...
|
Chart line colors
Fri, 9 Mar 2007 12:27:24 +0200
Hi
I create a few charts in code from VB.NET using the excel interops, office
2003. In my software I need to be able to set the color of the lines i.e.
the color of each series on the chart. There may b e up to 9 series per
chart. How do I asign a color to the series lines?
thanks
...
|
|
|
Seo , Search Engine Optimizer , Seo Search engine Optimization , search engine optimization services, SEO Consulting
Thu, 08 Mar 2007 04:08:37 GMT
Search Engine Optimization http://www.yourseoconsulting.com/ Seo Optimization , Semantic Results, Artificial intelligence in Search, Auto Content Generators, Search Engine Results. SEO optimizer. SEO consulting
...
|
Excel Chart all lines are black problem
Wed, 7 Mar 2007 10:00:23 +0100
Hi all
We are creating a chart in an excel app that we then copy to clipboard using
xlBitmap (interop). Everything works fine when we set the excelApp.Visible =
true; The chart is created and copied into the clipboard. When we get it
from the clipboard its colorfull und good. But when we set excelApp.Visi ...
|
How to make all menu bars and toolbars disappear?
Tue, 6 Mar 2007 11:28:00 -0800
Hello, friends,
I am developing a C#.net (2005) application, in which an Excel and a Word
will be launched. However, since we want to have full control on this Excel
and Word from our app, I need to make all menu bars and toolbars of the Excel
and Word disappear or disabled.
Any ideas on how to do this ...
|