Hi Skip,
Can I send you the master worksheet (w/o the data) that I have to be cut by pool manager? I need to copy out 35 worksheets and do not want to do it manually and it has to maintain the formulas. The Column header I need to cut off the master is called Pool Member (not country). Can I...
CODE
Sub CuttingOutWorkSheets()
'
' CuttingOutWorkSheets Macro
'
Dim r as range
'Assumes country list on Sheet2, list heading in A1 & table on Sheet1...
With Sheet2
For each r in .Range(.Cells(2,"A"), .Cells(.Cells(2,"A").end(xldown)))
With Sheet1...
This line is bad in the Debugger:
[highlight #000000] For each r in .Range(.Cells(2,"A"), .Cells(.Cells(2,"A").end(xldown)))[/highlight][highlight #FCE94F][/highlight]
The different sheets will be cut out by country for their respective information. I can copy the master file and with the copy divide using the macro...I hope this helped.
Well for the project I am working with now I have 15 columns of data that I need sorted by country and that has to be parsed out into individual worksheets by country. In the future I will have the same file with budgets attached to each country for each person. I just need the former Macro...
Hello:
I have a worksheet that I need to breakout by location into separate worksheets. Does anyone know of a macro that does this? I don't want to have to copy and paste every single country out into new sheets. I am working with 12,000 rows of data. Also, if I am maintaining budgets in these...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.