Results 1 to 3 of 3

Disabling AutoComplete for Two Columns

Threaded View

  1. #1
    Registered User
    Join Date
    09-27-2012
    Location
    Kentucky, United States
    MS-Off Ver
    Excel 2007
    Posts
    2

    Disabling AutoComplete for Two Columns

    I am doing some transcription work and I'm wanting to disable AutoComplete cell values for columns F & G. I have Excel 2007. I found the following code and changed "A" to F but I can't figure out how to disable column G as well. Surely there's a way to do this. I appreciate any help anyone can give me. Thanks in advance.

    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
        Select Case Target.Column
    '       Disable for column A - change to suit
            Case 1
                Application.EnableAutoComplete = False
            Case Else
                Application.EnableAutoComplete = True
        End Select
    End Sub
    Last edited by Leith Ross; 09-27-2012 at 11:25 PM. Reason: Added Code Tags

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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