peter grandjean
New Member
- Joined
- Jul 15, 2011
- Messages
- 3
Hi.
I want to make a copy a worksheet including names etc.
I use the statement
Worksheets("new sheet").Copy Before:=Sheets(2)
When executing this I am asked if I want to use the names that alleready exist. The answer is allways yes. Can I build those "yes" into the vba ?
Regards
Peter
I want to make a copy a worksheet including names etc.
I use the statement
Worksheets("new sheet").Copy Before:=Sheets(2)
When executing this I am asked if I want to use the names that alleready exist. The answer is allways yes. Can I build those "yes" into the vba ?
Regards
Peter