Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Pls help me to change to a proper code.. it looks ugly.
sub Test () Dim a As Integer a = 11 Do Until Cells(a, 2) = Empty Cells(a, 3) = Application.VLookup(Cells(a, 2), Sheets("RuWet").Range("IndonWet"), 2, 0) Cells(a, 4) = Application.VLookup(Cells(a, 2), Sheets("RuWet").Range("IndonWet"), 3, 0) Cells(a, 5) = Application.VLookup(Cells(a, 2), Sheets("RuWet").Range("IndonWet"), 4, 0) Cells(a, 6) = Application.VLookup(Cells(a, 2), Sheets("RuWet").Range("IndonWet"), 5, 0) Cells(a, 7) = Application.VLookup(Cells(a, 2), Sheets("RuWet").Range("IndonWet"), 6, 0) Cells(a, 8) = Application.VLookup(Cells(a, 2), Sheets("RuWet").Range("IndonWet"), 7, 0) Cells(a, 9) = Application.VLookup(Cells(a, 2), Sheets("RuWet").Range("IndonWet"), 8, 0) Cells(a, 10) = Application.VLookup(Cells(a, 2), Sheets("RuWet").Range("IndonWet"), 9, 0) a = a + 1 Loop end sub Thank you Cstang |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If (Vlookup 0) working, but what if Vlookup cell does not exist | Excel Worksheet Functions | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
using a vlookup to enter text into rows beneath the vlookup cell | Excel Programming | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Which is faster: VLOOKUP-worksheet or VB-array VLOOKUP? | Excel Programming |