Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Programming question - VB, VBA, C#, C++

i ran into a web site

http://theopensourcery.com/vbover.htm

which states that VBA is facing a slow & painful death. :0
granted, the info seems to be <2005, so here it is 2 years later & VBA
is still here. but people on the NG seem to be having a lot of
trouble with excel 2007, so........

VBA is a program-based programming language. i see (on the net) that
C# & C++ are Windows-based programming languages. can they be used to
do the same sort of stuff we use VBA for??? if not, what types of
things (in general) do you use it for?

what is the difference between VB & VBA (& VB.net)? can VB & VB.net
also be used to manipulate programs (like VBA)?

i am loving learning VBA but if it's ultimately going to die out then
perhaps i should focus my head-banging toward some other language with
more longevity?

what do you guys think? i see that most of you also have additional
programming skills other than VBA so i would greatly appreciate your
opinions.
thanks!
susan

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Programming question - VB, VBA, C#, C++

you know what? hold that thought.
i forgot to search the NG first on this topic & am finding the answers
to my questions (so far).
sorry!!!!!
susan


On May 24, 8:46 am, Susan wrote:
i ran into a web site

http://theopensourcery.com/vbover.htm

which states that VBA is facing a slow & painful death. :0
granted, the info seems to be <2005, so here it is 2 years later & VBA
is still here. but people on the NG seem to be having a lot of
trouble with excel 2007, so........

VBA is a program-based programming language. i see (on the net) that
C# & C++ are Windows-based programming languages. can they be used to
do the same sort of stuff we use VBA for??? if not, what types of
things (in general) do you use it for?

what is the difference between VB & VBA (& VB.net)? can VB & VB.net
also be used to manipulate programs (like VBA)?

i am loving learning VBA but if it's ultimately going to die out then
perhaps i should focus my head-banging toward some other language with
more longevity?

what do you guys think? i see that most of you also have additional
programming skills other than VBA so i would greatly appreciate your
opinions.
thanks!
susan



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Programming question - VB, VBA, C#, C++

hmmmmmmm
ok (i'm a fast reader)
i see that the "oh-my-god-vba-is-going-to-disappear!" fever has been
around since 2001 at the earliest!

".Net should be fought to the bitter end. The VERY bitter end. It will
be the
end of Personal Computing as we have come to know and love it.
Inovation
will die. The first few years will just be conversion of code by
mindless
masses of programmers. The next years will be mindless programmers. "
http://groups.google.com/group/micro...10d2dd415119f3

i still have one basic question, though - can these other languages do
the same kind of STUFF as VBA? message boxes, checkboxes, userforms,
etc.?

thanks!
susan



On May 24, 8:51 am, Susan wrote:
you know what? hold that thought.
i forgot to search the NG first on this topic & am finding the answers
to my questions (so far).
sorry!!!!!
susan

On May 24, 8:46 am, Susan wrote:



i ran into a web site


http://theopensourcery.com/vbover.htm


which states that VBA is facing a slow & painful death. :0
granted, the info seems to be <2005, so here it is 2 years later & VBA
is still here. but people on the NG seem to be having a lot of
trouble with excel 2007, so........


VBA is a program-based programming language. i see (on the net) that
C# & C++ are Windows-based programming languages. can they be used to
do the same sort of stuff we use VBA for??? if not, what types of
things (in general) do you use it for?


what is the difference between VB & VBA (& VB.net)? can VB & VB.net
also be used to manipulate programs (like VBA)?


i am loving learning VBA but if it's ultimately going to die out then
perhaps i should focus my head-banging toward some other language with
more longevity?


what do you guys think? i see that most of you also have additional
programming skills other than VBA so i would greatly appreciate your
opinions.
thanks!
susan- Hide quoted text -


- Show quoted text -



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Programming question - VB, VBA, C#, C++

I'm an old C Language programmer who hates Basic. I've done programming in
visual C++. But have realized that excel VBA language is easier to work with
than the Visual C++. To get Visual C++ up and running to execute one line of
VBA code equivalent code is a lot of work. Also Basic is an easier language
to perrform string manipulattions.

As I grow older, I've become more realistic and practical. Do what is easy.
Avoid doing the complicated. I have learned to grind my teeth and just use
the excel VBA even though it might not be the best language to use.

"Susan" wrote:

hmmmmmmm
ok (i'm a fast reader)
i see that the "oh-my-god-vba-is-going-to-disappear!" fever has been
around since 2001 at the earliest!

".Net should be fought to the bitter end. The VERY bitter end. It will
be the
end of Personal Computing as we have come to know and love it.
Inovation
will die. The first few years will just be conversion of code by
mindless
masses of programmers. The next years will be mindless programmers. "
http://groups.google.com/group/micro...10d2dd415119f3

i still have one basic question, though - can these other languages do
the same kind of STUFF as VBA? message boxes, checkboxes, userforms,
etc.?

thanks!
susan



On May 24, 8:51 am, Susan wrote:
you know what? hold that thought.
i forgot to search the NG first on this topic & am finding the answers
to my questions (so far).
sorry!!!!!
susan

On May 24, 8:46 am, Susan wrote:



i ran into a web site


http://theopensourcery.com/vbover.htm


which states that VBA is facing a slow & painful death. :0
granted, the info seems to be <2005, so here it is 2 years later & VBA
is still here. but people on the NG seem to be having a lot of
trouble with excel 2007, so........


VBA is a program-based programming language. i see (on the net) that
C# & C++ are Windows-based programming languages. can they be used to
do the same sort of stuff we use VBA for??? if not, what types of
things (in general) do you use it for?


what is the difference between VB & VBA (& VB.net)? can VB & VB.net
also be used to manipulate programs (like VBA)?


i am loving learning VBA but if it's ultimately going to die out then
perhaps i should focus my head-banging toward some other language with
more longevity?


what do you guys think? i see that most of you also have additional
programming skills other than VBA so i would greatly appreciate your
opinions.
thanks!
susan- Hide quoted text -


- Show quoted text -




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Programming question - VB, VBA, C#, C++

So I hope you feel a little more relaxed!

It seems VBA is in plan to be included in the next version of Office v14 and
VB6 will run in Vista.

Regards,
Peter T

"Susan" wrote in message
ups.com...
you know what? hold that thought.
i forgot to search the NG first on this topic & am finding the answers
to my questions (so far).
sorry!!!!!
susan


On May 24, 8:46 am, Susan wrote:
i ran into a web site

http://theopensourcery.com/vbover.htm

which states that VBA is facing a slow & painful death. :0
granted, the info seems to be <2005, so here it is 2 years later & VBA
is still here. but people on the NG seem to be having a lot of
trouble with excel 2007, so........

VBA is a program-based programming language. i see (on the net) that
C# & C++ are Windows-based programming languages. can they be used to
do the same sort of stuff we use VBA for??? if not, what types of
things (in general) do you use it for?

what is the difference between VB & VBA (& VB.net)? can VB & VB.net
also be used to manipulate programs (like VBA)?

i am loving learning VBA but if it's ultimately going to die out then
perhaps i should focus my head-banging toward some other language with
more longevity?

what do you guys think? i see that most of you also have additional
programming skills other than VBA so i would greatly appreciate your
opinions.
thanks!
susan







  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Programming question - VB, VBA, C#, C++

peter & joel -
thanks for your thoughts!
i guess i'll relax now <vbg
susan, searching for her anti-mania pills
ha ha



On May 24, 9:02 am, "Peter T" <peter_t@discussions wrote:
So I hope you feel a little more relaxed!

It seems VBA is in plan to be included in the next version of Office v14 and
VB6 will run in Vista.

Regards,
Peter T

"Susan" wrote in message

ups.com...



you know what? hold that thought.
i forgot to search the NG first on this topic & am finding the answers
to my questions (so far).
sorry!!!!!
susan


On May 24, 8:46 am, Susan wrote:
i ran into a web site


http://theopensourcery.com/vbover.htm


which states that VBA is facing a slow & painful death. :0
granted, the info seems to be <2005, so here it is 2 years later & VBA
is still here. but people on the NG seem to be having a lot of
trouble with excel 2007, so........


VBA is a program-based programming language. i see (on the net) that
C# & C++ are Windows-based programming languages. can they be used to
do the same sort of stuff we use VBA for??? if not, what types of
things (in general) do you use it for?


what is the difference between VB & VBA (& VB.net)? can VB & VB.net
also be used to manipulate programs (like VBA)?


i am loving learning VBA but if it's ultimately going to die out then
perhaps i should focus my head-banging toward some other language with
more longevity?


what do you guys think? i see that most of you also have additional
programming skills other than VBA so i would greatly appreciate your
opinions.
thanks!
susan- Hide quoted text -


- Show quoted text -



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Programming question - VB, VBA, C#, C++

On May 24, 9:02 am, "Peter T" <peter_t@discussions wrote:
So I hope you feel a little more relaxed!


:D
actually, i would have answered MUCH earlier, but i had to go out for
a meeting.....
hee hee
susan

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
programming to the vbe question Gary Keramidas Excel Programming 4 August 23rd 06 03:09 PM
Programming question Kelly Excel Programming 1 March 13th 06 07:03 PM
Programming Question leafsfan1967 Excel Programming 7 June 17th 05 08:56 PM
Not exactly a programming question Daryl Timm[_2_] Excel Programming 2 August 14th 04 12:48 AM
Programming Question Jon Turner Excel Programming 10 June 28th 04 04:03 AM


All times are GMT +1. The time now is 07:36 PM.

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

About Us

"It's about Microsoft Excel"