Problems with using the MATCH function in EXCEL

Source: Internet
Author: User

Sub USEMATCH ()
Dim s_p As String, e_p As String
Dim num As Integer
Num = 0
For Each M In Range ("a: ")
If M. Value <> "Then
Num = num + 1
Else
Exit
End If
Next M
Erange = "B" & num
Erange = "b2:" & erange
N = 1
A = 2
Currange = "B" &
Cells. Select
Selection. Sort Key1: = Range ("A2"), Order1: = xlAscending, Key2: = Range ("B2 ")_
, Order2: = xlAscending, Header: = xlGuess, OrderCustom: = 1, MatchCase: = _
False, Orientation: = xlTopToBottom, SortMethod: = xlPinYin, DataOption1: = _
XlSortNormal, DataOption2: = xlSortNormal
Columns ("A: A"). Select
Selection. Insert Shift: = xlToRight Insert a column to the leftmost
Set curCell = Worksheets (Sheets (1). Name). Range (currange)
For Each M In Range (erange)
On Error GoTo ErrorHandler
If M. Offset (0,-1). Value <> "Then GoTo mynext

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.