Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Rose Howard   on Nov 26 In MS Office Category.

  
Question Answered By: Muhammad Evans   on Nov 26

It might also be nice to do it as shown below so that the exact same
generic code  could be added to each form.

module code:

Public Const lblCaptionTitle = "Software Version 1"

each userform's code:

Private Sub UserForm_Initialize()
Me.Caption = lblCaptionTitle & ": " & Me.Caption
End Sub

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Changing Caption of form by name at runtime Or get search suggestion and latest updates.


Tagged: