+ Reply to Thread
Results 1 to 7 of 7

Enter Tick Mark

Hybrid View

Guest Enter Tick Mark 10-31-2007, 01:43 PM
VBA Noob Mabe this link will help ... 10-31-2007, 01:48 PM
Guest Thank you very much. I did... 10-31-2007, 02:27 PM
VBA Noob Try a double click event... 10-31-2007, 02:30 PM
Guest EXCELLENT !!!!!!!!!!!!!!!!... 10-31-2007, 02:53 PM
VBA Noob Glad it hit the (Tick) mark ... 10-31-2007, 02:58 PM
SVTF VBA Noob you are the Bomb !!! 01-27-2008, 04:05 PM
  1. #1
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try a double click event macro

    Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
    Cancel = True
    Application.ScreenUpdating = False
    If Target.Cells.Count > 1 Then Exit Sub
            If Not Intersect(Target, Range("A1:A100")) Is Nothing Then
                Target.Font.Name = "Marlett"
                    If Target = vbNullString Then
                        Target = "a"
                    Else
                        Target = vbNullString
                    End If
            End If
    Application.ScreenUpdating = True
    End Sub
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  2. #2
    lsmft
    Guest
    EXCELLENT !!!!!!!!!!!!!!!!
    Thanks so much

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Glad it hit the (Tick) mark

    VBA Noob

  4. #4
    Forum Contributor
    Join Date
    08-22-2005
    MS-Off Ver
    Office 365
    Posts
    342
    VBA Noob you are the Bomb !!!

+ 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