View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Where can I download Help on Excel objects.?

Use the help feature in the VBE.

Right click on your name in a post and select recent posts by this author.

Get an offline newreader and use the URL (search google)

news://msnews.microsoft.com/microsof...el.programming




--
Regards,
Tom Ogilvy


"Johan2000" wrote in message
...
Thanks so much Mr Gary K. to tell me how to
get the position of a selected cell by user...

MsgBox "U selected cell "&ActiveCell.row & ", " & ActiveCell.col

Can you tell me :
1. Is there any doc or help file that I can download to explain all the
excel object (such as ActiveCell.??? )
2. What is the easiest way to get back to this post? (since the page
number
will keep changing...)
3. How to read all the post offline ? (like reading doc or pdf...)

Thank again! Have a nice day!
Johan2000