Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default variable vlookup

=vlookup(A1,Indirect("'[Text(Today(),"mmm_")&B1&".xls]Sheet1'!A1:B200"),2,Fa
lse)

Where B1 contains the company name.

[Jan_ABCCORP.xls]Sheet1!A1:B200

might be an example reference.

Jan_ABCCORP.xls must be open for this to work.

--
Regards,
Tom Ogilvy


shaharul wrote in message
...
can somebody help me with creating a variable lookup formula in VBA with
the table array referring to various workbooks depending on the months
and company to be extracted from. i have try to work it out but all
sort of errors come out.



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default variable vlookup

putting ".Value" seems a good idea but i got a message for 'run-time
error '1004''. anybody care to explain to me what is that error and how
to solve it in simple english.
thank you very much.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default variable vlookup

as a reference, this approach works fine:

workbook_Name = "Ufrm_modeless_test.xls"
worksheet_Name = "Sheet1"
range_Area = "A1:B20"
?
workbooks(workbook_name).Worksheets(worksheet_name ).Range(range_Area).Addres
s
$A$1:$B$20
?
workbooks(workbook_name).Worksheets(worksheet_name ).Range(range_Area).Addres
s(external:=True)
[Ufrm_modeless_test.xls]Sheet1!$A$1:$B$20


If you put value on the end, this returns an array (if range_area is multi
cell). However, I believe if there is a problem with the assignment to a
variable, that would be type mismatch error.

--
Regards,
Tom Ogilvy



"shaharul" wrote in message
...
putting ".Value" seems a good idea but i got a message for 'run-time
error '1004''. anybody care to explain to me what is that error and how
to solve it in simple english.
thank you very much.



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 Variable Offset Glenda Excel Discussion (Misc queries) 1 April 7th 10 02:01 PM
Vlookup using a variable for the workbook name Phil Excel Discussion (Misc queries) 4 November 10th 08 09:30 PM
Vlookup - Variable look_up value? Stcyrk Excel Discussion (Misc queries) 3 October 5th 07 10:17 PM
vlookup with variable col_index_num 0-0 Wai Wai ^-^ Excel Worksheet Functions 2 May 16th 06 06:15 PM
Variable col_index_num in vlookup Hugh Murfitt Excel Discussion (Misc queries) 1 February 15th 06 12:17 PM


All times are GMT +1. The time now is 09:39 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"