report format

kenny

New Member
Joined
Jul 4, 2002
Messages
6
Hi All,
I am new to VBA, I have to create a report , when the user
download data from other Application. Data comes as CSV file. I am thinking to give user a customized menu which call macro. Raw Data is like below and report format as below
Raw Data
Area subArea Status source
A1 S1 open phone
A1 S2 open phone
A1 S1 close web
A2 S1 open phone
A2 s3 open phone
A2 s3 open web

Report format
Area subarea close open total phone web tot
A1 S1 1 2 2 2 1 3
S2 0 1 1 1 0 1
A2 s1 0 1 1 1 0 1
s3
My plan is after download the data this report will be created when user clicks the menu. Is it the right way i am going or is there any simple code can do that.
Thanks
kay
This message was edited by kenny on 2002-07-05 09:48
 
Hi Kenny. This board is for questions about the forum itself (How do I change the forum colors, what does a flaming post mean, why are some posts in red, stuff like that)

You should post your question in the "Excel questions' forum", over there is where the *real* questions (And Answers !) are...
 

Forum statistics

Threads
1,224,851
Messages
6,181,395
Members
453,034
Latest member
mikdadhussain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top