BubbleSizes Property

Microsoft Excel Visual Basic

BubbleSizes Property

       

Returns or sets a string in A1-style notation that refers to the worksheet cells containing the size data for the bubble chart. Applies only to bubble charts. Read/write Variant.

Example

This example displays the cell reference for the cells that contain the bubble chart size data.

MsgBox Worksheets(1).ChartObjects(1).Chart _
    .SeriesCollection(1).BubbleSizes