S
Snoopy
Hey guys
1) One of my macros pastes a list of various numbers of users -
starting from range A1 into sheet "userlist" in workbook "user.xls"
I try to make a macro to do some things:
Run through the list and create a new userfile (based on predefined
template I have made in folder c:\template) pr user - placed in folder
(c:\users) that is allready made
The folder/pathname is specified of each user in range B1:Bnn.
My challenge is to make the loop that runs through the list A1:Ann
- and ends after last position
2) My pivot-table shows one year at a time.
I wants to make a macro to copy pivot-tablecontent (thas easy)
into another specified workbook
and then do this:
a) open the specified workbook, find the possible sheet named as the
year (Range A3.value) I proceed and paste the copied data here
b) if not recognizing any suitable sheetname - I want the macro to
create a new sheet in the workbook and paste the data.
I know I have asked for help some times, but hope you guys will give
me a lead
Regards
Snoopy
1) One of my macros pastes a list of various numbers of users -
starting from range A1 into sheet "userlist" in workbook "user.xls"
I try to make a macro to do some things:
Run through the list and create a new userfile (based on predefined
template I have made in folder c:\template) pr user - placed in folder
(c:\users) that is allready made
The folder/pathname is specified of each user in range B1:Bnn.
My challenge is to make the loop that runs through the list A1:Ann
- and ends after last position
2) My pivot-table shows one year at a time.
I wants to make a macro to copy pivot-tablecontent (thas easy)
into another specified workbook
and then do this:
a) open the specified workbook, find the possible sheet named as the
year (Range A3.value) I proceed and paste the copied data here
b) if not recognizing any suitable sheetname - I want the macro to
create a new sheet in the workbook and paste the data.
I know I have asked for help some times, but hope you guys will give
me a lead
Regards
Snoopy