Consulting

Results 1 to 6 of 6

Thread: Create Own User form

  1. #1

    Create Own User form

    Hi,

    I want to create my own user form like the one in the data tab. I want to be able to see the detail in the cell and have the opportunity to overwrite. Does any one know where I can download an example form where by I can amend the VBA code?

    Regards,

    James

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    So what is wrong with datatab?
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,728
    Location
    Dumb question -- in 2003 there used to be a generic userform that would do some data maintenance on a WS list, but I can't find it in 2010.

    The OP's post reminded me about it, an I have a use for it, but now I can't find the darn thing

    Paul

  4. #4
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Paul,

    Try Alt-D-O
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  5. #5
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,728
    Location
    1. Thanks

    2. I love the macro recorder. It's smarter that I am

    [vba]
    Option Explicit
    Sub Macro1()
    '
    ' Macro1 Macro
    '
    '
    Range("A1:E11").Select
    ActiveSheet.ShowDataForm
    End Sub
    [/vba]

    Paul

  6. #6
    VBAX Master Aflatoon's Avatar
    Joined
    Sep 2009
    Location
    UK
    Posts
    1,720
    Location
    You may also add the 'Form...' button to the QAT or Ribbon.
    Be as you wish to seem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •