Hello.. need help!!

  • Thread starter Thread starter ravindra_sane
  • Start date Start date
R

ravindra_sane

Hello,
I am a VB person n need help about the objects in excel. where
can i get all the help?? [things like cell() and range() and basic
operations]
need help fast..
TIA
 
Not sure if this is what you are after, but...

1. Press F2 in the VB editor to see an object browser.
2. Press F1 to bring up the VBA help file. If that doesn't work, it was
probably not installed. Go back to your office installation cd and install
it.

Robin Hammond
www.enhanceddatasystems.com
 
Do also a Google search on "excel object model". You'll be taken to several
great MSDN pages. Excel is a huge and pretty complex application, so don't
expect quick overview just because you're late. But Excel's macro language
is VB6, so her macro recorder will be a great helper for you.

HTH. Best wishes Harald
 

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

Back
Top