+ Reply to Thread
Results 1 to 2 of 2

Check Headings

  1. #1
    Registered User
    Join Date
    05-17-2006
    Posts
    34

    Check Headings

    Hello,

    Does anyone know how to have your macro check column headings before executing.
    I would like to be able to check to make sure that all the right column headings are there before the macro runs.

    Thanks,

    Altec101

  2. #2
    Bob Phillips
    Guest

    Re: Check Headings

    Maybe something like

    If Range("A1").Value = "Name" And _
    Range("B1").Value = "Date" And _
    Range("C1").Value = "Email" ANd _
    'etc.

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Altec101" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > Does anyone know how to have your macro check column headings before
    > executing.
    > I would like to be able to check to make sure that all the right column
    > headings are there before the macro runs.
    >
    > Thanks,
    >
    > Altec101
    >
    >
    > --
    > Altec101
    > ------------------------------------------------------------------------
    > Altec101's Profile:

    http://www.excelforum.com/member.php...o&userid=34539
    > View this thread: http://www.excelforum.com/showthread...hreadid=549086
    >




+ 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