G
GregJG
This is what I have so far;
If tb1.Value <> "" Then
Range("J15").Select
Do
If Ifempty(ActiveCell) = False Then
ActiveCell.Offset(1, 0).Select
End If
Loop Until IsEmpty(ActiveCell) = True
ActiveCell.Value = 'here is where i run int
problems.
the activecell.value needs to be from a vlookup. this is what I a
trying, but not working
activecell.Value = Application.WorksheetFunction.VLookup(tb1.value
workbooks("Name").worksheets("Name").Range("a1:c200"), 3, 0)
The workbook that I am doing the Vlookup in, is open
If tb1.Value <> "" Then
Range("J15").Select
Do
If Ifempty(ActiveCell) = False Then
ActiveCell.Offset(1, 0).Select
End If
Loop Until IsEmpty(ActiveCell) = True
ActiveCell.Value = 'here is where i run int
problems.
the activecell.value needs to be from a vlookup. this is what I a
trying, but not working
activecell.Value = Application.WorksheetFunction.VLookup(tb1.value
workbooks("Name").worksheets("Name").Range("a1:c200"), 3, 0)
The workbook that I am doing the Vlookup in, is open