Thread: VBA continue
View Single Post
  #17   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default VBA continue

I thought "GoTo" was created for people who cannot think logically, so they
would have a way out of the mess they got themselves into.

"RB Smissaert" wrote:

Still not clear what is wrong with VBA.
I am sure there must be some way to use the functionality of a hash table.

RBS

"kramer31" wrote in message
oups.com...

RB Smissaert wrote:
Obviously you are more familiar with C, but what exactly is wrong with
VBA?

RBS


A lot of it is my familiarity. I hate learning a new language when it
is actually less functional than one that I already know. Especially
when it uses funky syntax like VB. There are a whole huge family of
languages that use C syntax and it's great. I'm not sure why I want to
type 'End If' when I can type '}'.

I don't necessarily think that C is appropriate for a scripting
language for Office, but Perl would be brilliant.

The built in hash capability would be awesome to use in Excel.