ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VB Form as Menu (https://www.excelbanter.com/excel-programming/418765-vbulletin-form-menu.html)

JAD

VB Form as Menu
 
I have designed a VB Form on which I have placed Option Buttons as the
objects the user would click on to move to another location in the workbook.
1st Question: How do I activate the form to pop up at any location by the end
user? 2nd Question: How do I activate the macros through the Option Buttons?
3rd Question: Does anyone have a recommendation of a book that stricly
addresses the use and programming of VB Forms? Any help would ba appreciated.
Thank You, JAD

Bob Phillips[_3_]

VB Form as Menu
 
1. I presume that you mean VBA not VB

Userform1.Show

2. You trap the buttons click event

Private Sun OptionButton1_Click()

'do something

End Sub

--
__________________________________
HTH

Bob

"JAD" wrote in message
...
I have designed a VB Form on which I have placed Option Buttons as the
objects the user would click on to move to another location in the
workbook.
1st Question: How do I activate the form to pop up at any location by the
end
user? 2nd Question: How do I activate the macros through the Option
Buttons?
3rd Question: Does anyone have a recommendation of a book that stricly
addresses the use and programming of VB Forms? Any help would ba
appreciated.
Thank You, JAD





All times are GMT +1. The time now is 11:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com