Form Caption

  • Thread starter Thread starter Confused Slug
  • Start date Start date
C

Confused Slug

Can you change / amend the 'Caption' for a form using vba?

Thanks
Confused
 
In the On Load event of the form, put this

Me.Caption = "Your new 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