LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
DEE DEE is offline
external usenet poster
 
Posts: 250
Default HELP! Object, Properties & Methods

I'm struggling with these. IN the following code:
ActiveCell.Select
Application.CutCopyMode = False
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False
Application.CutCopyMode = False

Am I correct is assuming:

ActiveCell is a property of Range object and Select is a method

Application.CutCopyMode=False means The CutCopyMode property of the Excel
object is False (property)

Selection.Copy means Copy (method) the selection (range property)

PasteSpecial is a method applied to the range object (selection property)

Paste: xlPasteValues, etc. are all properties, but of what? The Selection?

I have searched quite extensively, but to find easy to understand, plain
English definitions of objects, methods, properties, constants, etc.
difficult to find.
--
Thanks!

Dee
 
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
Available methods and properties through OLE interface Greg Luce Excel Discussion (Misc queries) 3 December 13th 07 07:40 PM
Ctrl-J list of properties and methods Fred Holmes Excel Programming 1 January 14th 05 09:37 PM
VBA Editor not showing list of properties & methods John Excel Programming 2 February 26th 04 04:21 PM
Where do I find the listing of the differnt methods, properties etc used by VBA? Phillips Excel Programming 1 December 9th 03 11:42 AM
Handout of Excel Object's Properties and Methods Luis Carrion Excel Programming 2 July 11th 03 01:51 PM


All times are GMT +1. The time now is 03:15 AM.

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"