R
Roger on Excel
I have a spreadsheet run with userforms.
Is there a way to make frame captions and page tab captions read from
specific cells in the spreadsheet for their names shown in the userform?
I want to have a separate form in which a user can customize frame captions
and page tab captions, without having to change the properties of the
frames/page tabs manually (since I have the vba code password protected)
Ideally it would work like this :
I would have three textboxes on a userform called frmCustomize
textbox1
textbox2
textbox3
These would read the default frame names from cells Sheet1!A1 through C1.
This way the user can enter whatever they like for the frame names.
The code would then change the frame1 2 and 3 captions to equal the textbox
entries.
Can this also work for page tab captions in a similar fashion?
Can anyone help?
Thanks,
Roger
Is there a way to make frame captions and page tab captions read from
specific cells in the spreadsheet for their names shown in the userform?
I want to have a separate form in which a user can customize frame captions
and page tab captions, without having to change the properties of the
frames/page tabs manually (since I have the vba code password protected)
Ideally it would work like this :
I would have three textboxes on a userform called frmCustomize
textbox1
textbox2
textbox3
These would read the default frame names from cells Sheet1!A1 through C1.
This way the user can enter whatever they like for the frame names.
The code would then change the frame1 2 and 3 captions to equal the textbox
entries.
Can this also work for page tab captions in a similar fashion?
Can anyone help?
Thanks,
Roger