Onboard Excel help...teach a man to fish...

N

NoMagic@Certegy

Question for Excel 2000 9.0.8950 SP-3

I'd like to use the onboard VB help within Excel, but I get the horizontal,
two-headed arrow when trying to use the Index search. Answer Wizard doesn't
work either, 'Contents' does work, but that is needle in a haystack type
searching. Native Excel help seems to work find, just not the VB component.

1) Any way to get the Index search to work?
2) Is there a searchable 'Index' on this site other than the discussion
threads?

Thanks for your help.
 
D

Dave O

When I press F1 from within the Excel VBA compiler the Help window
comes up showing the reserved word I had highlighted or a prompt to
enter a topic. Is that what you see?

We all know Help can be as frustrating as it is informative... as for
searching the net, how do you access this newsgroup? When I go here
http://groups.google.com/group/microsoft.public.excel.misc?hl=en&lr=&ie=UTF-8&oe=UTF-8
....searching is pretty straightforward.

What are you searching for?
 
N

NoMagic@Certegy

When I'm in a code window within the VBA editor and hit F1, I get the
standard dialog with 3 tabs, Contents, Answer Wizard, and Index. The Answer
Wizard and Index won't allow anything to be keyed (doubled headed arrow). No
problem on the Answer Wizard, it's useless anyway, but a big problem not
being able to use the Index.

At the moment I'm trying to write some code to read a text file, parse the
text, append it to an existing series of cells, then update some ranges in an
associated chart.

As a specific example, there is a Property or Function named CELLS(... that
I cannot find help for at all. Can find it for CELL(..., but not CELLS(...

I need to find the last populated row, so I can add the data from that point
downward.

Not looking for the answer (only feeding me a fish), need to figure out how
to make MS 'HELP' work (teach a man to fish). Have the same problem with
Access, didn't have it with Access 97, which actually worked.

Thanks.
 
D

Dave O

I'm with you, and I agree. And in the interest of productivity, here
are some reserved words you might use:
OPEN "path filename" FOR OUTPUT AS #[integer]
LINE INPUT #[integer], [variable]

Parse [variable] using MID, LEFT, RIGHT, TRIM etc functions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Give a man a fish? 3
Excel Help Menu 0
Search box missing in Excel Help 1
Excel 2003 Help Files 1
problem in Excel's VB Help 2
Help on help 2
Help in Excel 2003 0
Problem with VBA help 3

Top