new to visual basic...help appreciated

  • Thread starter Thread starter rebeca
  • Start date Start date
R

rebeca

Hi,

I am new to visual basic and would like to write a macro which can
streamline an otherwise tedious process.

The desired macro should segment the data in sheet 'RAW DATA' into new
sheets. The segment variable is in column A with values 1st ,2nd, and
3rd. They should go to 'Sheet1','Sheet2', and 'Sheet3'.

I am not sure where to start, any help would be appreciated.

Thanks,
Rebeca
 
Hi,

I am new to visual basic and would like to write a macro which can
streamline an otherwise tedious process.

The desired macro should segment the data in sheet 'RAW DATA' into new
sheets. The segment variable is in column A with values 1st ,2nd, and
3rd. They should go to 'Sheet1','Sheet2', and 'Sheet3'.

I am not sure where to start, any help would be appreciated.

Thanks,
Rebeca

Forgot to mention the Segments in Column A fluctuate between 3 and 22
groups, but stated 3 for simplicity.
 
Back
Top