hajduk1908
New Member
Hello
I need to produce a macro that runs on a workbook with mutiple workssheets and delete a number of rows then extract as csv to the local computer, some of worksheets need the top 10 rows deleted then extracted, others required the top twenty rows deleted before its extracted as a csv. The purpose is to import these csv to another application.
For eg.
If the user selects monday worksheet it deletes the top 11 rows then extracts the remaining rows as a csv to the users local computer.
If the user select tuesday worksheets it deletes the top 15 rows then extracts the remaining data as a csv to the users local computer
If the user selects Wednesday it deletes the top 5 rows in the ws..... so on and so forth
I have a menu which lists all the worksheets in the index, ideally when the user selects a worksheets it would run the macro then delete the numbers of rows required in the worksheet then extract it as a csv
Thanks from newbie
Tom
I need to produce a macro that runs on a workbook with mutiple workssheets and delete a number of rows then extract as csv to the local computer, some of worksheets need the top 10 rows deleted then extracted, others required the top twenty rows deleted before its extracted as a csv. The purpose is to import these csv to another application.
For eg.
If the user selects monday worksheet it deletes the top 11 rows then extracts the remaining rows as a csv to the users local computer.
If the user select tuesday worksheets it deletes the top 15 rows then extracts the remaining data as a csv to the users local computer
If the user selects Wednesday it deletes the top 5 rows in the ws..... so on and so forth
I have a menu which lists all the worksheets in the index, ideally when the user selects a worksheets it would run the macro then delete the numbers of rows required in the worksheet then extract it as a csv
Thanks from newbie
Tom