Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Visual Basic 2005 Express to make library for VBA (Excel) - How?

My problem: I would like to use Visual Basic 2005 express addition to
develop applications for Excel 2002 (version 10). The reason is that
VB.net supports more of OOP such as inheritance, etc.

In particular I would like to build a main library of classes and
functions in vb.net and call it from a simple VBA code.

I have reasonable experience with VBA (Access, Excel) and MatLab but no
experience with vb.net IDE. I am not a professional developer which
means that I don't know many things concerning "programming
environment", such as which references are necessary and when and
what additional libraries I need to download to work with particular
version of MS Office.

I was wondering if anyone could suggest where to find a step-by-step
tutorial which would tell me how to do it with Express Edition of
VB.net?
Something like" open vb.net express, make dll/com which contains a
function "f(x) = x*2", call this dll/com from VBA and use f(x)."

I have spent some time searching but I see only instructions for the
full version of Visual Studio which already includes predefined
solutions for MS Office applications.

Would appreciate your help very much!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Visual Basic 2005 Express to make library for VBA (Excel) - How?

Hmm. no one knows..

OK: another question:

anyone knows how the object library for excel version 10 is called and
where it is stored in Programm Files?

When I try to add "Microsoft Excel 10.0 Object Library" to references
in my VB.Net project I see on the path tab" The system cannot find the
file specified"..

God I hate this!
MaxS wrote:
My problem: I would like to use Visual Basic 2005 express addition to
develop applications for Excel 2002 (version 10). The reason is that
VB.net supports more of OOP such as inheritance, etc.

In particular I would like to build a main library of classes and
functions in vb.net and call it from a simple VBA code.

I have reasonable experience with VBA (Access, Excel) and MatLab but no
experience with vb.net IDE. I am not a professional developer which
means that I don't know many things concerning "programming
environment", such as which references are necessary and when and
what additional libraries I need to download to work with particular
version of MS Office.

I was wondering if anyone could suggest where to find a step-by-step
tutorial which would tell me how to do it with Express Edition of
VB.net?
Something like" open vb.net express, make dll/com which contains a
function "f(x) = x*2", call this dll/com from VBA and use f(x)."

I have spent some time searching but I see only instructions for the
full version of Visual Studio which already includes predefined
solutions for MS Office applications.

Would appreciate your help very much!


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Visual Basic 2005 Express to make library for VBA (Excel) - How?

You'd do better asking in one of NGs with DotNet in their name, as this is
little to do Excel really.

NickHK

"MaxS" wrote in message
ups.com...
Hmm. no one knows..

OK: another question:

anyone knows how the object library for excel version 10 is called and
where it is stored in Programm Files?

When I try to add "Microsoft Excel 10.0 Object Library" to references
in my VB.Net project I see on the path tab" The system cannot find the
file specified"..

God I hate this!
MaxS wrote:
My problem: I would like to use Visual Basic 2005 express addition to
develop applications for Excel 2002 (version 10). The reason is that
VB.net supports more of OOP such as inheritance, etc.

In particular I would like to build a main library of classes and
functions in vb.net and call it from a simple VBA code.

I have reasonable experience with VBA (Access, Excel) and MatLab but no
experience with vb.net IDE. I am not a professional developer which
means that I don't know many things concerning "programming
environment", such as which references are necessary and when and
what additional libraries I need to download to work with particular
version of MS Office.

I was wondering if anyone could suggest where to find a step-by-step
tutorial which would tell me how to do it with Express Edition of
VB.net?
Something like" open vb.net express, make dll/com which contains a
function "f(x) = x*2", call this dll/com from VBA and use f(x)."

I have spent some time searching but I see only instructions for the
full version of Visual Studio which already includes predefined
solutions for MS Office applications.

Would appreciate your help very much!




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Visual Basic 2005 Express to make library for VBA (Excel) - How?

Thanks,

I actually found that the library for excel version 10 is Excel.exe
Still have a problem with that since VS shows that the path to
"excel.exe" is not valid.


And the guys from .net keep scilence :))

Cheers,

Maksym
NickHK wrote:

You'd do better asking in one of NGs with DotNet in their name, as this is
little to do Excel really.

NickHK

"MaxS" wrote in message
ups.com...
Hmm. no one knows..

OK: another question:

anyone knows how the object library for excel version 10 is called and
where it is stored in Programm Files?

When I try to add "Microsoft Excel 10.0 Object Library" to references
in my VB.Net project I see on the path tab" The system cannot find the
file specified"..

God I hate this!
MaxS wrote:
My problem: I would like to use Visual Basic 2005 express addition to
develop applications for Excel 2002 (version 10). The reason is that
VB.net supports more of OOP such as inheritance, etc.

In particular I would like to build a main library of classes and
functions in vb.net and call it from a simple VBA code.

I have reasonable experience with VBA (Access, Excel) and MatLab but no
experience with vb.net IDE. I am not a professional developer which
means that I don't know many things concerning "programming
environment", such as which references are necessary and when and
what additional libraries I need to download to work with particular
version of MS Office.

I was wondering if anyone could suggest where to find a step-by-step
tutorial which would tell me how to do it with Express Edition of
VB.net?
Something like" open vb.net express, make dll/com which contains a
function "f(x) = x*2", call this dll/com from VBA and use f(x)."

I have spent some time searching but I see only instructions for the
full version of Visual Studio which already includes predefined
solutions for MS Office applications.

Would appreciate your help very much!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating xll files for excel 2003 with Visual C++ 2005 express JacksonRJones Excel Programming 0 March 15th 06 10:06 PM
Creating .xll files in visual c++ 2005 express. JacksonRJones Excel Programming 0 March 15th 06 07:37 PM
Can Visual Basic 2005 be used in Excel 2003? atesolutions Excel Programming 1 January 11th 06 01:47 PM
I am using visual basic express edition 2005 Simon[_17_] Excel Programming 0 January 5th 06 09:51 AM
working with excel from visual studio 2005 express bigdaddy3 Excel Programming 0 November 3rd 05 03:14 PM


All times are GMT +1. The time now is 02:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"