Thread: VB user forms
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
polletje[_12_] polletje[_12_] is offline
external usenet poster
 
Posts: 1
Default VB user forms

If I understand you well, it is very simple. Just put the followin
macro in your vba-module and replace FormName for the name of you
form.

Sub OpenForm()
FormName.Show
End Sub


You can add the macro to a button or menu

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