Thread
:
add a sheet button
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
add a sheet button
Sub copysheet()
Sheets("Template").Copy after:=Sheets(Sheets.Count)
End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"vdmbqb" wrote in message
...
I have a two page workbook. Page 1 is instructions for the information
expected on page two. Page 2 is called Customer Info.
I would like to have a button on page 1 that I could simply click on that
would add another Customer Info page with each click.
--
bob
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett