View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How to add a command button

Maybe????

Sub ShowForm()
RequestForFunds.show
End Sub

use the correct name for the form

Marilyn wrote:

Hello,
I recently starting using VBA. I'm trying to launch a user form I created.
I inserted this macro
Sub ShowForm(RequestForFunds)
End Sub
But when I try to run the macro the form does not launch.

I also need a book to help me; can someone reccomend a book to help me
learn VBA.


--

Dave Peterson