Results 1 to 3 of 3

How to apply simple macros to only one column

Threaded View

JHizzal How to apply simple macros to... 12-23-2011, 12:02 PM
royUK Re: How to apply simple... 12-23-2011, 12:05 PM
JHizzal Re: How to apply simple... 12-23-2011, 12:11 PM
  1. #1
    Registered User
    Join Date
    12-08-2011
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    26

    Question How to apply simple macros to only one column

    First off, my VBA/Macros is EXTREMELY limited. In fact, I don't really even know what I'm doing when it comes to this stuff.

    With that said, I have a simple macros as show below:

    Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
    Target = "a"
    End Sub
    which allows me to place a checkmark in the cell on a double click.

    I want this to only apply to the N column in my spreadsheet. Is this possible?
    Last edited by JHizzal; 12-23-2011 at 12:14 PM. Reason: Solved

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