Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm trying to us the VLOOKUP function in a VBA program. Decided to try a simple code so see how things work and I can't get it to work. I am working in Sheet 1 of a workbook. Typed the following VBA code: "Sub ZOO() Dim INVEN As Double Cells(1, 3) = VLookup (A1, INVEN, 2) End Sub" When I run it I get a compile error telling me that the Sub or Function is not defined. I thought the VLOOKUP function would automatically be recogized by the program. I admit I am a novice at this but I am slowly learning. Can anyone tell me what I am doing wrong? BTW, I type VLOOKUP in all caps and the program changes some letters to small. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup Error Message - Excel 2003 | Excel Discussion (Misc queries) | |||
error message during vlookup | Excel Discussion (Misc queries) | |||
VLOOKUP error message | Excel Discussion (Misc queries) | |||
VLookup in VBA giving error message | Excel Discussion (Misc queries) | |||
error message in Vlookup | Excel Programming |