Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
JAD JAD is offline
external usenet poster
 
Posts: 43
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Print user form and add menu bar to the form Icy Excel Programming 2 January 27th 08 06:06 PM
How to add Menu Bar to User form kris Excel Programming 2 November 22nd 07 12:07 PM
Help using form as menu rmeix Excel Programming 1 October 2nd 05 08:29 PM
Menu attached to a form? StefanW Excel Programming 3 October 6th 04 11:20 PM
Add Menu to a VBA Form Rajesh Sivadasan Excel Programming 8 September 26th 04 03:31 PM


All times are GMT +1. The time now is 02:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"