$$Excel-Macros$$ Re: Vlookup, Index, Match, Offset function in VBA Coading!!!!!!!!

2012-05-14 Thread ^*k#aK#U
you can use any Excel function in vba via 

Application.WorksheetFunction.function

Application.WorksheetFunction.VLookup(arg1,arg2,arg3,arg4)

arg= parameters required in excel functions

Application.WorksheetFunction.VLookup(range(A1).value,Range(B1:D7),2,0) 


Best Regards,
Anubhav

On Monday, May 14, 2012 3:53:28 PM UTC+5:30, Bullet wrote:


 Hi All,

 Can anyone explain how to use Vlookup, Index, Match, Offset function in 
 VBA Coading

 -- 
 Indrajit

 Disclaimer:
 This electronic message and any files transmitted with it are confidential 
 and intended solely for the use of the individual or entity to whom they 
 are addressed. If you are not the intended recipient you are hereby 
 notified that any disclosure, copying, distribution or taking any action in 
 reliance on the contents of this information is strictly prohibited and may 
 be unlawful.


-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


$$Excel-Macros$$ Re: Vlookup, Index, Match, Offset function in VBA Coading!!!!!!!!

2012-05-14 Thread Chris Terrell
These Youtube Videos my might Help

http://youtu.be/nZfySb0FI8w - A VBA Formula Trick

http://youtu.be/W82P4cxVK3M - Application.WorksheetFunction 



On Monday, May 14, 2012 4:23:28 AM UTC-6, Bullet wrote:


 Hi All,

 Can anyone explain how to use Vlookup, Index, Match, Offset function in 
 VBA Coading

 -- 
 Indrajit

 Disclaimer:
 This electronic message and any files transmitted with it are confidential 
 and intended solely for the use of the individual or entity to whom they 
 are addressed. If you are not the intended recipient you are hereby 
 notified that any disclosure, copying, distribution or taking any action in 
 reliance on the contents of this information is strictly prohibited and may 
 be unlawful.


-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com