Lar has attended:
Excel VBA Intro Intermediate course
Excel VBA
Is there a help function which explains the key words which are "auto" suggested. Eg when I type in a full stop after a bracket a list appears.
Lar
RE: Excel VBA
Hi Lar
Thank you for your question
I would suggest using the object browser.
Open the browser, and in the search box type in the name of the property or method that you wnat to understand.
Alternatively. If you type the method into VBA online help you will the get a detailed description of the item, together with examples of its use
Hope this is useful
Regards
Stephen