+ Reply to Thread
Results 1 to 3 of 3

User Forms

Hybrid View

  1. #1
    Registered User
    Join Date
    12-04-2008
    Location
    Birmingham, UK
    MS-Off Ver
    Office 2007
    Posts
    43

    User Forms

    I currently have a workbook which I am using to manage Procurement Contracts.

    The data worksheet consists of 17 Columns ( data filelds) and over 400 Rows (Records).

    I was going to try and design a user form to allow simple data entry but this proving beyond my very limited capabilities. I have looked at he built in Form function in Excel 2003, Data - Form, and what it gives me is fit for purpose.

    How can I automaticaly open the data form when the work book is opened? I dont want to hide the data from the users I just want to make entering data and searching for specific contracts.

    Thanks

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    Re: User Forms

    You can add Filter in first row and filter out data you like each time. Is that's ok?

    If not can you upload example workbook? (avoid sensitive data)
    Never use Merged Cells in Excel

  3. #3
    Forum Contributor thompsy121's Avatar
    Join Date
    09-25-2008
    Location
    Newcastle upon Tyne - UK
    MS-Off Ver
    Office 365
    Posts
    119

    Re: User Forms

    Hi,

    How can I automaticaly open the data form when the work book is opened?
    On your workbook, hit Alt and F11, which brings you to the VB code. You should have a userform under forms...i think the default one is called UserForm1 or whatever you have called it.

    Simply paste this code into your workbook...

    Private Sub Workbook_Open()
    UserForm1.Show 'your form name here.show
    End Sub
    Hope this helps,

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1