View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default VBA 6.0 vs. 6.3 Help THIS SUCKS!!!

indomitable? incapable of being subdued? <LOL

Trip agrees that he is speaking of xl2002. But he seems more subdued now.
<g

--
Regards,
Tom Ogilvy


Bob Phillips wrote in message
...
Isn't Trip, in his indomitable way, talking about the XL2002 VBA help?

I get the same thing with For Next, whereas in XL2000 it returns
for_each...next .

From what I have seen, I agree with Trip, it does seem less good than

Excel
2000.

Regards

Bob

"Tom Ogilvy" wrote in message
...
I can't say I have had a lot of trouble with it. I think the help in

Excel
97 was better, but the help in xl2000 seems usable.

--
Regards,
Tom Ogilvy

Trip wrote in message
. net...
Can anyone tell me if it's my install in particular or if VBA 6.3 help

just
sucks. For example, in 6.0 I could type "range" into the index and
immediately find how to format the range property. Yet in 6.3 I type

in
"range" and the closest I get is "SecondValue Property" - what good

does
that do me! If I search on "for next" the closest I get is "FindNext
Method" (note that's FIND not FOR). It doesn't even give me a

"ForNext"
option of any kind. THIS SUCKS!!!!

Any direction anyone can provide would be of great help!

Thanks!

Trip