ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VLookUp Function (https://www.excelbanter.com/excel-programming/427261-vlookup-function.html)

Ayo

VLookUp Function
 
I am get this error message:
"Unable to get the VLookup property of the WorksheetFunction class"
when the code gets to the Application.WorksheetFunction line below. I
sense there is something wrong but I can't put my finger on it.
Any ideas?
Thanks

Set smlWS = Worksheets("SAP Materials List")
smllastRow = smlWS.Range("B65536").End(xlUp).Row
Set rngsml = smlWS.Range("B2:C" & smllastRow)

Application.WorksheetFunction.VLookup(dbec.Offset( 0, 3).Value, rngsml, 2,
False) & missingSAPlines

Jacob Skaria

VLookUp Function
 
Please try this.

Suppose you have data in A1:B2.

ColA ColB
1 One
2 Two

In immediate window try this

Msgbox
Application.WorksheetFunction.VLookup(Range("A1"), Range("A1:B2"),2,False)


--
If this post helps click Yes
---------------
Jacob Skaria


"Ayo" wrote:

I am get this error message:
"Unable to get the VLookup property of the WorksheetFunction class"
when the code gets to the Application.WorksheetFunction line below. I
sense there is something wrong but I can't put my finger on it.
Any ideas?
Thanks

Set smlWS = Worksheets("SAP Materials List")
smllastRow = smlWS.Range("B65536").End(xlUp).Row
Set rngsml = smlWS.Range("B2:C" & smllastRow)

Application.WorksheetFunction.VLookup(dbec.Offset( 0, 3).Value, rngsml, 2,
False) & missingSAPlines


Ayo

VLookUp Function
 
Nothing happened. I don't understand how this is supposed to help me?

"Jacob Skaria" wrote:

Please try this.

Suppose you have data in A1:B2.

ColA ColB
1 One
2 Two

In immediate window try this

Msgbox
Application.WorksheetFunction.VLookup(Range("A1"), Range("A1:B2"),2,False)


--
If this post helps click Yes
---------------
Jacob Skaria


"Ayo" wrote:

I am get this error message:
"Unable to get the VLookup property of the WorksheetFunction class"
when the code gets to the Application.WorksheetFunction line below. I
sense there is something wrong but I can't put my finger on it.
Any ideas?
Thanks

Set smlWS = Worksheets("SAP Materials List")
smllastRow = smlWS.Range("B65536").End(xlUp).Row
Set rngsml = smlWS.Range("B2:C" & smllastRow)

Application.WorksheetFunction.VLookup(dbec.Offset( 0, 3).Value, rngsml, 2,
False) & missingSAPlines


Jacob Skaria

VLookUp Function
 
You need to remove missingSAPlines from the below code...

Application.WorksheetFunction.VLookup(dbec.Offset( 0, 3).Value, rngsml,
2,False) & missingSAPlines

If this post helps click Yes
---------------
Jacob Skaria


"Ayo" wrote:

Nothing happened. I don't understand how this is supposed to help me?

"Jacob Skaria" wrote:

Please try this.

Suppose you have data in A1:B2.

ColA ColB
1 One
2 Two

In immediate window try this

Msgbox
Application.WorksheetFunction.VLookup(Range("A1"), Range("A1:B2"),2,False)


--
If this post helps click Yes
---------------
Jacob Skaria


"Ayo" wrote:

I am get this error message:
"Unable to get the VLookup property of the WorksheetFunction class"
when the code gets to the Application.WorksheetFunction line below. I
sense there is something wrong but I can't put my finger on it.
Any ideas?
Thanks

Set smlWS = Worksheets("SAP Materials List")
smllastRow = smlWS.Range("B65536").End(xlUp).Row
Set rngsml = smlWS.Range("B2:C" & smllastRow)

Application.WorksheetFunction.VLookup(dbec.Offset( 0, 3).Value, rngsml, 2,
False) & missingSAPlines



All times are GMT +1. The time now is 06:08 AM.

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