+ Reply to Thread
Results 1 to 3 of 3

Splash Screen help

  1. #1
    Registered User
    Join Date
    09-23-2015
    Location
    NYC
    MS-Off Ver
    2013
    Posts
    1

    Splash Screen help

    Let me start by saying I'm very new to the whole VB coding world and any input is VERY MUCH appreciated!

    Essentially what I made is a user form with a nice little picture, label, 2 buttons, and a text box. I was able to find the small piece of code to get it to open when the workbook opens, but that's where my knowledge ends. Ideally Id like have whom ever is opening the workbook to be required to put their name in the text box which logs it into a hidden sheet with the time and date they accessed it. One command button would be to proceed to worksheet and the other would close the workbook.

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,190

    Re: Splash Screen help

    you dont need the close button. Excel comes with one in the top right corner.

    but for the login, if you want only specific persons to view the sheet, then you must keep a list of valid users.
    This would also be a hidden sheet.
    the login button would take the txtUser text and FIND in the user sheet.
    if valid, then unhide the working sheet,
    else
    give error msg.

    record a macro to find a name in the user sheet. put this in the ON CLICK event of the login button.

  3. #3
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Splash Screen help

    If, however you're not looking to validate the users (your post merely states log their name and time) then
    Please Login or Register  to view this content.
    That will enter the Data from the textbox into A1 of Sheet2 and the current Date&Time into A2, Activate Sheet1 and hide the userform. Change the TextBox1, sheetname and ranges to whatever you need.
    If someone has helped you then please add to their Reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VBA Splash Screen
    By hobbiton73 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-23-2014, 12:25 PM
  2. Splash Screen
    By AlanWade in forum Excel General
    Replies: 4
    Last Post: 10-09-2010, 09:38 AM
  3. Splash Screen
    By shollomon in forum Excel General
    Replies: 1
    Last Post: 11-28-2007, 05:37 PM
  4. Splash Screen
    By Paul Edwards in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-12-2007, 08:06 PM
  5. Splash Screen off
    By gabch in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-01-2006, 05:45 AM
  6. [SOLVED] Splash Screen
    By Bill in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-03-2005, 01:30 PM
  7. [SOLVED] Splash screen
    By Steve in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-09-2005, 12:05 PM
  8. [SOLVED] splash screen
    By animated text in excel workshe in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2005, 04:06 PM

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