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
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