Skip to Main Content
Writing Excel Macros with VBA, 2nd Edition
book

Writing Excel Macros with VBA, 2nd Edition

by Steven Roman PhD
June 2002
Beginner content levelBeginner
570 pages
16h 48m
English
O'Reilly Media, Inc.
Content preview from Writing Excel Macros with VBA, 2nd Edition

Name

CalculatedMember Object

Synopsis

Path: Application  --  Range  --  PivotTable  --  CalculatedMembers - CalculatedMember
               

Object

Methods

Properties

CalculatedMember

  • Delete( )

  • Formula( ) As String

  • IsValid( ) As Boolean

  • Name( ) As String

  • SolveOrder( ) As Long

  • SourceName( ) As String

  • Type( ) As XlCalculatedMemberType

CalculatedMembers

  • Add(Name As String

  • Formula As String

  • [SolveOrder] As Variant

  • [Type] As Variant) As CalculatedMember

  • Count( ) As Long

  • Item(Index As Variant) As CalculatedMember

The CalculatedMember object programmatically manipulates the calculated fields and calculated items for PivotTables that are connected to external OLAP (Online Analytical Processing) data sources. We will not discuss these data sources further in this book.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft Excel 2019 VBA and Macros, First Edition

Microsoft Excel 2019 VBA and Macros, First Edition

Bill Jelen, Tracy Syrstad
VBA and Macros for Microsoft Excel

VBA and Macros for Microsoft Excel

Bill Jelen, Tracy Syrstad
Excel 2016 VBA and Macros

Excel 2016 VBA and Macros

Bill Jelen, Tracy Syrstad

Publisher Resources

ISBN: 0596003595Supplemental ContentErrata Page