PDA

View Full Version : FileSave() does not work in Word 2013



jspattavina
07-29-2015, 01:38 PM
VBA FileSaveAs() not working in WORD 2013

In WORD 2010 the following code worked. In WORD 2013 it does not work.

Public Sub FileSaveAs()

UserForm_QuickSave.Show vbModeless

End Sub

How can I run a macro when the user goes to SaveAs (not Save) the document?

semin
09-11-2015, 04:21 PM
This is where you introduce yourself.

Wrong place to ask questions here.

gmayor
09-12-2015, 01:33 AM
It does actually work, if you click F12 or use the SaveAs button on the QAT. It doesn't work from File > SaveAs.

jspattavina
10-02-2015, 08:33 AM
It does actually work, if you click F12 or use the SaveAs button on the QAT. It doesn't work from File > SaveAs.

Thank You for your help!.

Jeff