Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Available methods and properties through OLE interface | Excel Discussion (Misc queries) | |||
Ctrl-J list of properties and methods | Excel Programming | |||
VBA Editor not showing list of properties & methods | Excel Programming | |||
Where do I find the listing of the differnt methods, properties etc used by VBA? | Excel Programming | |||
Handout of Excel Object's Properties and Methods | Excel Programming |