Range.SubscribeTo Method
You have requested Help for a keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function SubscribeTo ( _
Edition As String, _
Format As XlSubscribeToFormat _
) As Object
'Usage
Dim instance As Range
Dim Edition As String
Dim Format As XlSubscribeToFormat
Dim returnValue As Object
returnValue = instance.SubscribeTo(Edition, _
Format)
Object SubscribeTo(
string Edition,
XlSubscribeToFormat Format
)
Parameters
Edition
Type: System.StringThis parameter is for Macintosh only and should not be used.
Format
Type: Microsoft.Office.Interop.Excel.XlSubscribeToFormatThis parameter is for Macintosh only and should not be used.
Return Value
Type: System.Object