Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,388
Default Vlookup Error

Hi,

I am doing a vlookup using vbs and receiving an error with the formula. I
believe it may be syntax but not sure. I am using 2007 but it also needs to
run with 2003. Any help would be appreciated.
workbook = Br 31 December 2009.xls
worksheet = 09 December 2009
range = A1:K810

the column that I am looking for matches is in Column K and I am only
looking for exact matches

=VLookup(3948974,'[Br 31 December 2009.xls]09 December 2009'!$A$1:$K$810,
11, false)
--
Thank you

Dave
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Vlookup Error

Dave,

Try this, works in both E2003 & E2007

myval = Application.VLookup(3948974, Workbooks("Br 31 December
2009.xls").Sheets("09 December 2009").Range("$A$1:$K$810"), 11, False)

Mike
"Dave" wrote:

Hi,

I am doing a vlookup using vbs and receiving an error with the formula. I
believe it may be syntax but not sure. I am using 2007 but it also needs to
run with 2003. Any help would be appreciated.
workbook = Br 31 December 2009.xls
worksheet = 09 December 2009
range = A1:K810

the column that I am looking for matches is in Column K and I am only
looking for exact matches

=VLookup(3948974,'[Br 31 December 2009.xls]09 December 2009'!$A$1:$K$810,
11, false)
--
Thank you

Dave

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup error RR Excel Worksheet Functions 1 March 31st 09 02:37 PM
vlookup error SDMFG Excel Worksheet Functions 2 March 25th 09 08:31 PM
#N/A Error with VLOOKUP Dan Marr Excel Worksheet Functions 1 March 22nd 08 02:12 AM
Vlookup Error Marnie Excel Programming 3 January 2nd 08 10:12 PM
VLOOKUP Error N/A Hamed parhizkar Excel Programming 2 December 11th 07 06:15 AM


All times are GMT +1. The time now is 07:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"