View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Marilyn Marilyn is offline
external usenet poster
 
Posts: 211
Default How to add a command button

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.