Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 77
Default EXCEL command or syntax

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

--
Norton Professional 2004 says this email is clean...believe it


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default EXCEL command or syntax

Check the microsoft developer's network (http://msdn.microsoft.com) or
the object browser in VBA by pressing F2

PCOR wrote:
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

--
Norton Professional 2004 says this email is clean...believe it


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default EXCEL command or syntax

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....htm#tutorials

--
Regards,
Tom Ogilvy

"Mark Bigelow" wrote in message
oups.com...
Check the microsoft developer's network (http://msdn.microsoft.com) or
the object browser in VBA by pressing F2

PCOR wrote:
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

--
Norton Professional 2004 says this email is clean...believe it




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 77
Default EXCEL command or syntax

Thanks for the hlp
"Mark Bigelow" wrote in message
oups.com...
Check the microsoft developer's network (http://msdn.microsoft.com) or
the object browser in VBA by pressing F2

PCOR wrote:
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

--
Norton Professional 2004 says this email is clean...believe it




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 77
Default EXCEL command or syntax

Pressing the F1 was what did it for me..Many thanks

"Tom Ogilvy" wrote in message
...
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....htm#tutorials

--
Regards,
Tom Ogilvy

"Mark Bigelow" wrote in message
oups.com...
Check the microsoft developer's network (http://msdn.microsoft.com) or
the object browser in VBA by pressing F2

PCOR wrote:
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

--
Norton Professional 2004 says this email is clean...believe it






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vba syntax for excel object TKoel Excel Discussion (Misc queries) 1 February 10th 09 11:34 PM
Excel Rank syntax Jingtao Excel Worksheet Functions 1 February 28th 05 08:56 AM
Syntax for Excel variable using a SQL Select/From/Where Command... Chip Pearson Excel Programming 0 September 8th 04 11:15 PM
Command text syntax and comma Dave Excel Programming 1 July 30th 04 07:47 PM
Correct syntax for use Replace command via DDE? Bjørn Holm Excel Programming 4 November 27th 03 01:07 PM


All times are GMT +1. The time now is 06:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"