Hello there!

Well I'm mainly working on Excel VB. What I'm trying to do is do a "setup" type deal with one form, so if you enter a new name into a textbox, it'll change the caption on a checkbox on another form.

Now I know to modify an excel spreadsheet's tab name is to go
ActiveWorkbook.Sheets(SheetName).Name

How do I modify a form within the same workbook?

Thank you