Results 1 to 7 of 7

UserForm Retreval, Amend and Return

Threaded View

  1. #5
    Registered User
    Join Date
    10-27-2006
    Posts
    60

    As I suspected

    Hi Leith / Anyone

    Ok, I am now stuck, I have created the document but unable to retrieve the data into the Userform.

    The signal IDs will always be the same.

    1. How do I get the information into the form once I have selected the Signal ID.
    2. If one of the lamp has been changed, I would like to press the “Archive lamp button” and have the newest date move to the old date leaving a space to put the new new date in.
    3. Is there anyway to force excel into opening on the Aspect Data Entry page whatever page it has been saved on.
    Solved this one, see below
    Option Explicit
    Sub Auto_Open()
    Application.Goto ThisWorkbook.Worksheets("Aspect Data Entry").Range("a1"), _
    Scroll:=True
    End Sub
    Again, any help is appreciated.

    Neil
    Attached Files Attached Files
    Last edited by Endorphin; 07-17-2008 at 03:15 PM. Reason: Fixed one Problem

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