Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default VBA versus VSTO (fundamentally excell based)

After reading the posts on this forum regarding the subject of this post,
valid questions remain. 1) what is the value in switching from VBA to VSTO,
2) is there much of a movement to switch. My concerns focus on usability,
skill marketability, security of the code, and conversion of old code.

A summary of the previous posts regarding VSTO suggests that the language is
not yet mature, but simplification and ease of use should improve with
VS2008. (Chip, I've condensed and paraphrased some of your previous
comments). In addition VBA should remain mainstream in the near term, and
support for VBA should continue for the foreseeable future.

Any input that adds a little color to the issue is appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default VBA versus VSTO (fundamentally excell based)

The big value IMO is that the development environment in VSTO is far richer
than VBA, and you will be aligning yourself to MS's avowed intent; they will
develop VSTO further, VBA is going nowhere (MS would like that to be away,
but it isn't going there in a hurry). VSTO is not ready a fully mature
product, it is getting better but there are still many problems, and MS
still don't seem to have a good story for integrating with Excel/Word and
the like.

I am not aware of any rush by professional VBA developers to switch to VSTO.
A couple that have tried have been chastened by the experience. At the
moment, I would venture that VSTO is used far more in other fields, such as
web development, not Excel based solutions. It will increase, but there is
still a huge legacy of VBA, and it is far simpler for a business
professional to use VBA and build solutions, rather than trying to get to
grips with the dot.met paradigm.

The one thing that is common to both, and at this point is the most
important IMO, is understanding the Excel OM, and knowing how to manipulate
that.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"AMDiesen" wrote in message
...
After reading the posts on this forum regarding the subject of this post,
valid questions remain. 1) what is the value in switching from VBA to
VSTO,
2) is there much of a movement to switch. My concerns focus on usability,
skill marketability, security of the code, and conversion of old code.

A summary of the previous posts regarding VSTO suggests that the language
is
not yet mature, but simplification and ease of use should improve with
VS2008. (Chip, I've condensed and paraphrased some of your previous
comments). In addition VBA should remain mainstream in the near term, and
support for VBA should continue for the foreseeable future.

Any input that adds a little color to the issue is appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default VBA versus VSTO (fundamentally excell based)

Thanks Bob.
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default VBA versus VSTO (fundamentally excell based)

Another three reasons:

1. With VSTO you get the ability to deploy add-in code independently of
workbooks. If like me you have many users and frequent updates of the VBA
ad-ins you have developed, this may be a significant advantage.

2. You can use the DataGridView control which is a far more flexible and
versatile data control than anything accessible through VBA. I have got very
attached to it after seeing how easily you can produce neat interfaces using
this control and .NET forms.

3. .NET code signing offers much better code security than VBA. This is an
issue that's likely to get more important.

I am making the transition slowly (and sometimes painfully) but I think it
will be worth it. Good luck and here's encouragement to try it!
--
Work performed in the spirit of service is worship...Baha''i Writings


"AMDiesen" wrote:

After reading the posts on this forum regarding the subject of this post,
valid questions remain. 1) what is the value in switching from VBA to VSTO,
2) is there much of a movement to switch. My concerns focus on usability,
skill marketability, security of the code, and conversion of old code.

A summary of the previous posts regarding VSTO suggests that the language is
not yet mature, but simplification and ease of use should improve with
VS2008. (Chip, I've condensed and paraphrased some of your previous
comments). In addition VBA should remain mainstream in the near term, and
support for VBA should continue for the foreseeable future.

Any input that adds a little color to the issue is appreciated.

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
VSTO David12345 Excel Discussion (Misc queries) 2 December 27th 05 08:14 PM
VSTO: Sheets collection a 1-based array(?!?!?) Bob Sullentrup Excel Programming 0 November 10th 05 04:10 PM
In excell be able to Sum values based on the color of the cell Ray Lewis Excel Worksheet Functions 0 October 5th 05 03:10 PM
XLA versus Reference versus Nothing Jos Vens[_2_] Excel Programming 2 April 11th 05 08:54 AM
VSTO 2.0 No Name Excel Programming 1 December 8th 03 09:02 PM


All times are GMT +1. The time now is 05:27 PM.

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"