Display the built-in form

P

PA

I started an AutoExec macro to display the form that comes with Excel.
Sub AutoExec()
'
' AutoExec Macro
'
Buyers_List.ShowDataForm

End Sub
I cant figure out how to keep the form opened so that it can be used by our
users.
Thanks for any help
Paul
 

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