View Single Post
  #2   Report Post  
James W.
 
Posts: n/a
Default

Goto your control toolbox and insert a command button in your worksheet.
Double click it then type the macro name that you would like to call when
clicking this button. If the macro is located in a diffrent workbook then use
Application.Run "mymacro"

James

"Hru48" wrote:


Hey guys,

I have a user form and I would really like it to be able to be opened
from a button I can put on the toolbar like you can with macros.

Is there an easy way to do this?

Thanks

H


--
Hru48
------------------------------------------------------------------------
Hru48's Profile: http://www.excelforum.com/member.php...o&userid=24895
View this thread: http://www.excelforum.com/showthread...hreadid=401207