Applies To
Range Object.
Description
Apple Macintosh (running System 7 or later) only. Subscribes to a published edition.
Syntax
object.SubscribeTo(edition, format)
object
Required. The Range object.
edition
Required. The name of the edition, as a string, to which you want to subscribe.
format
Optional. xlPicture to subscribe to a picture, xlText to subscribe to text.
See Also
CreatePublisher Method.
Example
This example subscribes to the "stock data" publisher.
Worksheets("Sheet1").Range("D1").SubscribeTo "stock data"