Macros for create new excel sheet from active workbook
Closed
yasarakesh
Posts
1
Registration date
Friday 4 October 2013
Status
Member
Last seen
4 October 2013
-
4 Oct 2013 à 02:48
venkat1926 Posts 1863 Registration date Sunday 14 June 2009 Status Contributor Last seen 7 August 2021 - 7 Oct 2013 à 00:42
venkat1926 Posts 1863 Registration date Sunday 14 June 2009 Status Contributor Last seen 7 August 2021 - 7 Oct 2013 à 00:42
Related:
- Macros for create new excel sheet from active workbook
- How to copy data from one excel sheet to another - Guide
- Create new sheet vba - Guide
- Excel online macros - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Max active checking torrents - Guide
1 response
venkat1926
Posts
1863
Registration date
Sunday 14 June 2009
Status
Contributor
Last seen
7 August 2021
811
7 Oct 2013 à 00:42
7 Oct 2013 à 00:42
from the code I have to duess what you want to do. what I have guesssed is this
1. there ia an activworkbook
2.there are data for many months(same year or different year) in sheet1
3. you want each month's data to be trsnferred to a new sheet (repeat new sheest and not new workbook)with sheet tab that month and year
is this your problem. confirm
if the workbook is active that mean it is open and why stsrpath?
after separing monthly data into different SHEETS do you want to save it in the same name or different name.
the macro is too long (may be ok) and can be tweaked.
also post a small extrct of your data in sheet1
you can filtere the data with respect to each month data and copy the filtered data to the new sheet of the month(existing or otherwise). this is easier
rethink and give logical steps
1. there ia an activworkbook
2.there are data for many months(same year or different year) in sheet1
3. you want each month's data to be trsnferred to a new sheet (repeat new sheest and not new workbook)with sheet tab that month and year
is this your problem. confirm
if the workbook is active that mean it is open and why stsrpath?
after separing monthly data into different SHEETS do you want to save it in the same name or different name.
the macro is too long (may be ok) and can be tweaked.
also post a small extrct of your data in sheet1
you can filtere the data with respect to each month data and copy the filtered data to the new sheet of the month(existing or otherwise). this is easier
rethink and give logical steps