unadvise( )
Topic group Related topics Example
Asks the server to stop notifying the client when an item in the server document changes.
Syntax
<oRef>.unadvise(<item expC>)
<oRef>
A reference to the DDELink object that no longer wants notification.
<item expC>
The name of a topic item previously hot-linked using advise( ).
Property of
DDELink
Description
Use the unadvise( ) method to disconnect a hot link to a DDE server item. A hot link, which you create with the advise( ) method, provides a way for the server to inform the client when a specified item, such as a field or a spreadsheet cell, has changed.