virgilgarcia
New Member
- Joined
- May 23, 2011
- Messages
- 10
Hi all,
I am totally new to this forum. I've read some of the other threads, and I must say there are quite a lot of proficient excel users here. Hopefully I can be able to contribute my own thoughts in the future as well.
Calling all experts, I really hope you can help me on this problem of mine (at least it's a problem for me. I have minimal background in VBA).
I'm need a macro that can print based on worksheet name. This is the idea that I have in mind:
In the first sheet, there will be an area wherein I can simply type (and save) the names of the worksheets that I would like to print. And then, the macro will scan this area and then print only the relevant worksheets based on name.
For example, my workbook has the following sheets:
A
B
C
D
E
F
G
H
In sheet A, I will type this in a certain area:
B
C
F
H
This way, the macro will scan the said area an print only the sheets with names that are stored in sheet A.
Any helpful comments and/or suggestions would be sincerely appreciated!
Regards,
Virgil
I am totally new to this forum. I've read some of the other threads, and I must say there are quite a lot of proficient excel users here. Hopefully I can be able to contribute my own thoughts in the future as well.
Calling all experts, I really hope you can help me on this problem of mine (at least it's a problem for me. I have minimal background in VBA).
I'm need a macro that can print based on worksheet name. This is the idea that I have in mind:
In the first sheet, there will be an area wherein I can simply type (and save) the names of the worksheets that I would like to print. And then, the macro will scan this area and then print only the relevant worksheets based on name.
For example, my workbook has the following sheets:
A
B
C
D
E
F
G
H
In sheet A, I will type this in a certain area:
B
C
F
H
This way, the macro will scan the said area an print only the sheets with names that are stored in sheet A.
Any helpful comments and/or suggestions would be sincerely appreciated!
Regards,
Virgil