+ Reply to Thread
Results 1 to 2 of 2

if A column equal xxxxx, then select a range

Hybrid View

  1. #1
    Registered User
    Join Date
    09-10-2009
    Location
    st.louis
    MS-Off Ver
    Excel 2007
    Posts
    3

    Angry if A column equal xxxxx, then select a range

    many columns, A column is date , if Axx cell equal a date, then select a data range in B column to calculate a function.

    how to select that range?

    Thank you so much

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: if A column equal xxxxx, then select a range

    Your post is quit lacking in clarity or enough detail to provide an accurate response. What do you want to accomplish with column-B?

        If IsDate(Range("A1")) And Range("A1") <= Date Then
            Range("B1:B10").Select
            'other code
        End If

+ 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