VBA Properties
VBA Properties
18
Font
FormatConditions
Formula
FormulaArray
FormulaHidden
FormulaLabel
FormulaLocal
FormulaRlCl
FormulaRlCl Local
HasArray
HasFormula
Height
Hidden
HorizontalAlignment
Hyperlinks
ID
IndentLevel
Interior
Item
Left
ListHeaderRows
Listobject
LocationlnTable
Locked
MergeArea
Mergecells
Name
Next
NumberFormat
NumberFormatLocal
Offset
Orientation
OutlineLevel
PageBreak
Parent
Phonetic
Phonetics
Pivotcell
PivotField
Pivotltem
PivotTable
Precedents
PrefixCharacter
Previous
QueryTable
Range
ReadingOrder
Resize
Row
RowHeight
Rows
ShowDetail
ShrinkToFit
SmartTags
SoundNote
Style
Summary
Text
TOP
UseStandardHeight
UseStandardWidth
Validation
Value
Value2
VerticalAlignment
Width
Worksheet
WrapText
XPath
This large number of properties, just for the Range object, is what makes
VBA so difficult for the beginner. You must find out what properties are
associated with a particular object, and what you can do with them. For our
purposes (creating custom functions), only a limited number of these properties
of the Range object can be used. Some of the properties of the Range object
that can be used in a custom function are listed in Table 2-1. Note that, when
used in a custom function, these properties can only be read, not set.