View Single Post
 
Old 05-12-2019, 05:51 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,977
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

You could either load the template or show us the code you are using to initialise the form. If you are dynamically loading the caption property on those options then you need to be clear on whether the code is running correctly but the basic principle is...
Code:
Private Sub UserForm_Initialize()
  Me.OptionButton1.Caption = "hello mum"
End Sub
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote