Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Frame captions aren't printing when the userform is printed | Excel Programming | |||
Automating the Creation of Userforms in VBA | Excel Programming | |||
Transferring Captions/Text between UserForms | Excel Programming | |||
Naming userforms | Excel Discussion (Misc queries) | |||
Getting PrintForm to print all Frame Captions | Excel Programming |