Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am starting to learn how to build a Com add-in for Excel. Most reference
that I could find use VB6 to create add-in. While I understand that VB.net is an entirely different programming language, is there any obvious disadvantages/advantages of using VB.net for add-ins? Is there any known difficulties for the programming or distributing VB.net add-in, compare to using VB6? Please recommend if you know of any book that covers VB.net add-in for Excel. Thanks! Tee Theng |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tee
..net development for Office by Andrew Whitechapel is probably what you want (although thats C# its near enough to vb.net) also professional Excel Developement by Bullen Bovey and Green has a decent discussion of vb6 v .net. Which is best will depend on what you are planning to do. VB6 is still a viable development tool, but future wise .net is likely to be where its at. The main advantage of .net is probably security, distribution depends on the client machine config, if they have the .net runtime then great, if not vb6 may be easier. cheers Simon "Tee" wrote: I am starting to learn how to build a Com add-in for Excel. Most reference that I could find use VB6 to create add-in. While I understand that VB.net is an entirely different programming language, is there any obvious disadvantages/advantages of using VB.net for add-ins? Is there any known difficulties for the programming or distributing VB.net add-in, compare to using VB6? Please recommend if you know of any book that covers VB.net add-in for Excel. Thanks! Tee Theng |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Simon
I have a few frequently used formulas that I wish to move out of VBA into VB/VB.net Add-In. My main purpose is so that I could 1. Protect the code 2. Have better performance compare to VBA, since these are compiled code In this simple scenario, does the choice of VB/VB.net makes significant difference? Is coding VB.net add-in anymore complicated than using VB6? Tee "Simon Murphy" wrote in message ... Tee .net development for Office by Andrew Whitechapel is probably what you want (although thats C# its near enough to vb.net) also professional Excel Developement by Bullen Bovey and Green has a decent discussion of vb6 v .net. Which is best will depend on what you are planning to do. VB6 is still a viable development tool, but future wise .net is likely to be where its at. The main advantage of .net is probably security, distribution depends on the client machine config, if they have the .net runtime then great, if not vb6 may be easier. cheers Simon "Tee" wrote: I am starting to learn how to build a Com add-in for Excel. Most reference that I could find use VB6 to create add-in. While I understand that VB.net is an entirely different programming language, is there any obvious disadvantages/advantages of using VB.net for add-ins? Is there any known difficulties for the programming or distributing VB.net add-in, compare to using VB6? Please recommend if you know of any book that covers VB.net add-in for Excel. Thanks! Tee Theng |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a macro to create excel line graph with coloured pointers anddata lables | Charts and Charting in Excel | |||
How to create adress list so can mail merge and create labels? | Excel Discussion (Misc queries) | |||
how to create a combo box in excel - how to create the drop down . | Excel Discussion (Misc queries) | |||
How to create a form to insert a hyerlink.VBA code to create a for | Excel Discussion (Misc queries) | |||
Create dictionary of terms, create first time user site | New Users to Excel |