EBDN - Community - Question & Answers

  Monday, 14 May 2018
  2 Replies
  1.5K Visits
0
Votes
Undo
Hi,
I am trying to create a macro to open Project property window. I am using below code. then I am getting message box with message as "Cannot run macro!". Attached error message also.




PropertiesDialog dialog = myApplication.Dialogs.CreatePropertiesDialog();
dialog.ShowDialog();



Is any other way to open property Window of Project through code?

Thanks
Neeraj