-
Just noticed an issue. Because on sheet PTAJE (and similar) you have used only JE as the Jurisdiction, the code will return wrong values for PTBJE if JE is used again
This line
Set Juris = wst.Columns(10).Find(arr(i, 10))
should be changed to
Set Juris = wst.Columns(10).Find(arr(i, 10), Lookat:=xlWhole)
once data has been fixed.
MVP (Excel 2008-2010)
Post a workbook with sample data and layout if you want a quicker solution.
To help indent your macros try Smart Indent
Please remember to mark threads 'Solved'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules