Need to change title bar of a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good afternoon,

I am trying to use VBA to open a form as a popup window and I need to
specify a title on my form in the title bar, but I can't find a "title"
function as part of the "form" object. Any suggestions? Thanks

Cordially,
 
Brent said:
I am trying to use VBA to open a form as a popup window and I need to
specify a title on my form in the title bar, but I can't find a
"title" function as part of the "form" object. Any suggestions? Thanks

try form.caption
 

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

Back
Top