Results 1 to 3 of 3

Show Userform on Cell Select

Threaded View

  1. #1
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    gold coast
    MS-Off Ver
    Excel 2007
    Posts
    843

    Show Userform on Cell Select

    Hello,

    I have a sheet that inserts data into the next blank row. the offset 4 value is a date.

    Can i have it so when i click the date on this sheet it shows the userform.

    what i cant get is how to do it since i dont know what row the date will be in.

    I tryed
    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    If Target.Colum = 4 And ActiveCell <> "" Then
        Cancel = True
        frmCalendar.Show
    End If
    End Sub
    Attached Files Attached Files
    Last edited by D_Rennie; 07-15-2009 at 10:49 AM.

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