FileSaveFrameAs command

C

Chris Bateman

Hello all

I'm trying to implement the equivalent of the FileSaveFrameAs command,
which shows the wdDialogFileSaveAs dialog for the current frame of an
HTML frameset.

Dialogs(wdDialogFileSaveAs).Show shows the save-as dialog for the
frameset, not just the current frame.

WordBasic.FileSaveFrameAs doesn't always show the save-as dialog.

Any ideas?

TIA
Chris Bateman
 
D

Dave Lett

Hi Chris,

Well, if you can't find a "good" solution, then you might be able to use
this one (just make sure you run it from the document interface, not the VBA
environment):

SendKeys "+{F10}a{ENTER}"

HTH,
Dave
 
C

Chris Bateman

Thanks for the suggestion.

Unfortunately it doesn't help me because I'm trying to do this after
intercepting the FileSaveFrameAs command, which then just calls itself
again.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top