_Application.AskToUpdateLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel asks the user to update links when opening files with links. False if links are automatically updated with no dialog box.
public:
property bool AskToUpdateLinks { bool get(); void set(bool value); };
public bool AskToUpdateLinks { get; set; }
Public Property AskToUpdateLinks As Boolean