-2

I have visio file which I want to open in visio and prompt save as window automatically that means I want to open visio file through my C# code and want to prompt save as window which is normally open by pressing F12 button. Problem with me is that I successfully open visio file but stuck on how to prompt save as window by auto pressing F12 through my code in C#.

leppie
  • 109,129
  • 16
  • 185
  • 292
Fazil
  • 11
  • 1
  • 7

1 Answers1

0

document.Application.DoCmd(visCmdFileSaveAs) ?

Nikolay
  • 7,487
  • 2
  • 18
  • 38