J
Jeremy W
Does anyone have any suggestions why my template loses focus from the
document when a macros I've written opens the File Properties dialog
box. T
The macro is:
Sub Document_New()
On Error Resume Next
Application.Run "FileProperties"
End Sub
Basically, when you create a new document from the template, the file
properties dialog box opens. If you then close it, then focus goes to
any other program except the new document (or so it seems). It doesn't
seem very impressive, especially as I want all work group templates to
auto prompt for properties in this way.
Many thanks for your interest and help.
Jeremy
document when a macros I've written opens the File Properties dialog
box. T
The macro is:
Sub Document_New()
On Error Resume Next
Application.Run "FileProperties"
End Sub
Basically, when you create a new document from the template, the file
properties dialog box opens. If you then close it, then focus goes to
any other program except the new document (or so it seems). It doesn't
seem very impressive, especially as I want all work group templates to
auto prompt for properties in this way.
Many thanks for your interest and help.
Jeremy