I would highly recommend that you keep all data one ONE sheet and use
data>filter>autotfilter on vendor, etc. Your summary can use vlookup for c2
TSNB
=VLOOKUP(B2,Data!$C$2:$Z$1000,2,0)
and SUMPRODUCT formulas based on your other criteria
Don Guillett
SalesAid Software
[email protected]
From: Prabhu
Sent: Sunday, November 20, 2011 11:01 AM
To: [email protected]
Subject: $$Excel-Macros$$ ***VBA Code to Create New Sheet with summary***
Hi Friends,
I have attached a workbook which contains Sheets “Data, Summary, etc.,”
Data sheet is the base data from there we need to create new sheet using VBA
based on Vendor (Column “C”).
Each and every vendor’s data needs to have separate sheet (sheet name also
reflect the vendor name) and finally we have crate summary sheet as per
attached sheet with hyper link.
Can anyone help me to have VBA code for the same?
Regards,
Prabhu
--
FORUM RULES (934+ 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 [email protected]
--
FORUM RULES (934+ 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 [email protected]