T
THZS
I want to open the "ChangeLink" Dialog in my Excel 2007 project. The user of
my program should have the ability to select the datasource for a pivottable.
Application.Dialogs(Excel.XlBuiltInDialog.xlDialogOpenLinks).Show() or
Application.Dialogs(Excel.XlBuiltInDialog.xlDialogChangeLink).Show()
raise the following exception
"The show method of the dialog object can not be executed" (translated from
German error message)
my program should have the ability to select the datasource for a pivottable.
Application.Dialogs(Excel.XlBuiltInDialog.xlDialogOpenLinks).Show() or
Application.Dialogs(Excel.XlBuiltInDialog.xlDialogChangeLink).Show()
raise the following exception
"The show method of the dialog object can not be executed" (translated from
German error message)