View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
dominicb[_110_] dominicb[_110_] is offline
external usenet poster
 
Posts: 1
Default Button to call a user form?


Good afternoon HRU48

The macro need only be as simple as this:

Sub CallForm()
Userform1.Show
End Sub

To call it from a button follow these steps:
Right click on a toolbar and select customize.
From the commands tab drag an icon (any icon) onto the toolbar you want
to add it to.
Then right click your new icon, give it a name, give it a trendy image
(or draw your own) and assign your macro.

HTH

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=401208