Copy Userforms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nieltz
    New Member
    • Feb 2007
    • 3

    #1

    Copy Userforms

    Hey,
    How can I copy a Userform from one workbook to another one?

    Thanks for helping
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Not sure what you mean by 'userform'. Is this a data entry form or some other variation of a worksheet? Does it have a vba code module?

    Comment

    • Nieltz
      New Member
      • Feb 2007
      • 3

      #3
      Originally posted by willakawill
      Not sure what you mean by 'userform'. Is this a data entry form or some other variation of a worksheet? Does it have a vba code module?
      It's in VBA the userform on which you place your buttons, and other controls.
      I need a method to copy it from one of my excel workbooks to a new one

      Comment

      • willakawill
        Top Contributor
        • Oct 2006
        • 1646

        #4
        I don't think you can do this in code. You just have to copy it and paste it in the workbook you need.

        Comment

        Working...