ivovandenberk
New Member
- Joined
- Aug 25, 2011
- Messages
- 6
Hi,
I am completely new to macros and VB, so I don't really know how to do this but this is what I need.
I have a worksheet (let's call it "data") with about 1700 rows and about 30 columns. I need to get every individual row into a new individual worksheet. So that afterwards I have 1700 worksheets with one row in every worksheet. The first row (from the 'data' worksheet) would need to be copied to every worksheet as well as that is were the variable names are written.
I hope the example explains it further:
data worksheet
first name last name zipcode city state country etc
aasda asdasdas 9292 aksd alkjsd asdasd asdasd
asdg lkasjdalks 8288 alkjsd lskfdg agdsad gzxca
asdfg asladklas 2411 asdla l;;xca ;aslda;s a;lsd;a
worksheet 1
first name last name zipcode city state country etc
aasda asdasdas 9292 aksd alkjsd asdasd asdasd
worksheet 2
first name last name zipcode city state country etc
asdg lkasjdalks 8288 alkjsd lskfdg agdsad gzxca
worksheet 3
first name last name zipcode city state country etc
asdfg asladklas 2411 asdla l;;xca ;aslda;s a;lsd;a
etc...
Thanks
I am completely new to macros and VB, so I don't really know how to do this but this is what I need.
I have a worksheet (let's call it "data") with about 1700 rows and about 30 columns. I need to get every individual row into a new individual worksheet. So that afterwards I have 1700 worksheets with one row in every worksheet. The first row (from the 'data' worksheet) would need to be copied to every worksheet as well as that is were the variable names are written.
I hope the example explains it further:
data worksheet
first name last name zipcode city state country etc
aasda asdasdas 9292 aksd alkjsd asdasd asdasd
asdg lkasjdalks 8288 alkjsd lskfdg agdsad gzxca
asdfg asladklas 2411 asdla l;;xca ;aslda;s a;lsd;a
worksheet 1
first name last name zipcode city state country etc
aasda asdasdas 9292 aksd alkjsd asdasd asdasd
worksheet 2
first name last name zipcode city state country etc
asdg lkasjdalks 8288 alkjsd lskfdg agdsad gzxca
worksheet 3
first name last name zipcode city state country etc
asdfg asladklas 2411 asdla l;;xca ;aslda;s a;lsd;a
etc...
Thanks