EXCEL command or syntax

  • Thread starter Thread starter PCOR
  • Start date Start date
P

PCOR

ActiveSheet.UsedRange.Copy Worksheets(2).Range("A1")
ActiveSheet.Range("A1").CurrentRegion.Copy Worksheets(2).Range("A1")
Above are just 2 examples. Cab someone tell me where I can find all/most
"command"such as "USEDRANGE" or "CURRENT REGION"
Is there a book a course or a place where I can attempt to become familiar
with a few..
Thanks
 
The object browser (as suggested) used in conjunction with the help file in
the VBE are the best reference (highlight an item in the browser and hit F1
or click the help button). If you need a tutorial, perhaps a book by
someone like Reed Jacobson (MS Press) or John Walkenbach, or John
Green/Stephen Bullen.

David McRitchie has some links to tutorials:

http://www.mvps.org/dmcritchie/excel/excel.htm#tutorials
 

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