Thread: form macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default form macro

Depends on what you mean by form. If you mean userform:

Sub showForm()
userform1.show
End Sub

--
Regards,
Tom Ogilvy

jamie85 wrote in message
...
I have been trying to create a macro so when played, it will open a
form. This however doesnt work. Is there a way of doing this??


---
Message posted from http://www.ExcelForum.com/