473,383 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Excel 2000 Automation

Hi All,

Does anyone know of a site that might give some decent documentation on
Excel 2000 objects, particularly their methods and parameters, in order?
The little I've found so far seems to mainly focus on using named parameters
which doesn't do me much good in C#!

TIA,

John
Jul 21 '05 #1
4 1276
On Tue, 5 Apr 2005 07:15:55 -0600, "John Spiegel" <js******@NOSPAMc-comld.com> wrote:

¤ Hi All,
¤
¤ Does anyone know of a site that might give some decent documentation on
¤ Excel 2000 objects, particularly their methods and parameters, in order?
¤ The little I've found so far seems to mainly focus on using named parameters
¤ which doesn't do me much good in C#!
¤

The following should get you started:

http://msdn.microsoft.com/library/de...eloverview.asp

You can also learn quite a bit about how the Excel object model operates programmatically by using
the Macro Recorder in Excel.
Paul
~~~~
Microsoft MVP (Visual Basic)
Jul 21 '05 #2

"John Spiegel" <js******@NOSPAMc-comld.com> wrote in message
news:uO**************@tk2msftngp13.phx.gbl...
Hi All,

Does anyone know of a site that might give some decent documentation on
Excel 2000 objects, particularly their methods and parameters, in order?
The little I've found so far seems to mainly focus on using named parameters which doesn't do me much good in C#!

TIA,

John


Here's a sample that shaows how to make an add-in using C#. It doesn't tell
anything about the Excel objects. I have included acouple of URL's that you
may find useful.

http://www.exceltip.com/
http://www.mrexcel.com/
http://www.j-walk.com/ss/excel/index.htm
http://www.add-in-express.com/
http://homepages.paradise.net.nz/~robree/excel/

/Fredrik
Jul 21 '05 #3
Thanks, Paul.

I've dabbled off and on with this in other languages and have found the
macros to be quite helpful. Of course, it would've helped had I remembered
my C# syntax so Intellisense would help me along with my biggest problem:
ordering parameters.

"Paul Clement" <Us***********************@swspectrum.com> wrote in message
news:or********************************@4ax.com...
On Tue, 5 Apr 2005 07:15:55 -0600, "John Spiegel"
<js******@NOSPAMc-comld.com> wrote:

¤ Hi All,
¤
¤ Does anyone know of a site that might give some decent documentation on
¤ Excel 2000 objects, particularly their methods and parameters, in order?
¤ The little I've found so far seems to mainly focus on using named
parameters
¤ which doesn't do me much good in C#!
¤

The following should get you started:

http://msdn.microsoft.com/library/de...eloverview.asp

You can also learn quite a bit about how the Excel object model operates
programmatically by using
the Macro Recorder in Excel.
Paul
~~~~
Microsoft MVP (Visual Basic)

Jul 21 '05 #4
Thanks for helping direct my clicks, Fredrik.

"Fredrik Wahlgren" <fr****************@mailbox.swipnet.se> wrote in message
news:O9****************@TK2MSFTNGP14.phx.gbl...

"John Spiegel" <js******@NOSPAMc-comld.com> wrote in message
news:uO**************@tk2msftngp13.phx.gbl...
Hi All,

Does anyone know of a site that might give some decent documentation on
Excel 2000 objects, particularly their methods and parameters, in order?
The little I've found so far seems to mainly focus on using named

parameters
which doesn't do me much good in C#!

TIA,

John


Here's a sample that shaows how to make an add-in using C#. It doesn't
tell
anything about the Excel objects. I have included acouple of URL's that
you
may find useful.

http://www.exceltip.com/
http://www.mrexcel.com/
http://www.j-walk.com/ss/excel/index.htm
http://www.add-in-express.com/
http://homepages.paradise.net.nz/~robree/excel/

/Fredrik

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Benjamin | last post by:
I am making a Windows EXE (.NET Visual Basic Windows Application). I would like to make it possible to open Excel Worksheets from my EXE. This should work independent of Excel version on client...
10
by: Mark Day | last post by:
Hi All, I am using Access 2000 to generate over 40 Excel charts and pivot tables using early binding to the Excel 9.0 object library. I am finding that if I show the Excel object while processing...
11
by: Mr. Smith | last post by:
Hello all, My code can successfully open, write to, format and save several worksheets in a workbook then save it by a given name, close and quit excel. My problem is that if I try and do it...
1
by: Yakimo | last post by:
I developed an application in C# using MS Excel objects. The app works fine on the computers with Excel 2000 installed, but gives an error on computers with Excel 2002. I checked an found out that...
17
by: Mansi | last post by:
I need to do some research on how to use excel automation from c#. Does anyone know of any good books related to this subject? Thanks. Mansi
6
by: frankplank | last post by:
Hi *, I'm wondering if it is possible to create a C# object, and reference it *explicitly* in an excel document. I imagine this will be more possible if I programmatically populate the excel...
5
by: RoboSchro | last post by:
I'm building a reporting system in asp.net which needs an "export to Excel" function. We have Excel 2000 in the office. So I've added a reference to the Microsoft Excel 9.0 Object Library. Having...
9
by: hari krishna | last post by:
hi, I want to send the data from dataset information to Excel through ASP.Net. there will be no XL installed on web server. web server is win 2000 server machine. I am using visual basic code in...
3
by: Tim Marsden | last post by:
Hi, I am currently creating an instance of Excel using VB.NET Automation. dim xl as Excel.Application xl = new Excel.Application However, how can I have more control over the starting of...
4
by: =?Utf-8?B?THluZXJz?= | last post by:
Hello All, We have a VB.NET application writen using VS 2003. This application apens an excel file from a vendor, reads the data and performs whatever functions it needs. We recently upgraded our...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.