ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Re : Excel Match and Tilde (~) (https://www.excelbanter.com/excel-programming/409029-re-excel-match-tilde-%7E.html)

[email protected]

Re : Excel Match and Tilde (~)
 
1. Enters the following Code in an Excel VBA module. List1, 2 and 3
are declared Variants.

List3 = Application.Match(List1, List2, 0)

For Mu = LBound(List3, 1) To UBound(List3, 1)
MsgBox List3(Mu, 1)
Next Mu

2. List1 and List2 are separate lists of text values in respective
columns of a worksheet.

3. That statement, MsgBox List3(Mu, 1), causes an error amidst code
execution.

4. Upon investigation, it was inferred that a text item such as,
Text~String, had interrupted code execution.

5. The culprit might be that mid-string character Tilde (~).

6. Please share your experience and comment.

7. Regards.


All times are GMT +1. The time now is 02:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com