Re: Save worksheet as new workbook
- From: "stewart" <smccallister@xxxxxxxxx>
- Date: 8 Apr 2007 05:55:48 -0700
First problem solved. I worked at it a little more and all I had to
do was change my order of operations and it worked. I came out with
this.
Private Sub btnFinish_Click()
Cells.Select
Selection.Copy
Workbooks.Add
Active***.Paste
'Active***.Shapes.Range(Array("Button 1", "Button 2", "Button
3")).Select
Application.CutCopyMode = False
'Selection.Delete
Range("P8").Select
end sub
On Apr 7, 10:51 pm, "stewart" <smccallis...@xxxxxxxxx> wrote:
I have a workbook as a template that I do not want to change. Through
a userform button I would like to have VB save "My***" as a new
workbook and have the user be able to choose the name of the new
workbook. Is this possible?
.
- References:
- Save work*** as new workbook
- From: stewart
- Save work*** as new workbook
- Prev by Date: Re: How do I keep Hidden Columns / Rows from being Unhidden / Refe
- Next by Date: Re: Apply bottom border only on filled cells, leaves blank cells without border?
- Previous by thread: Save work*** as new workbook
- Next by thread: complication between VB syntax and Object Value with [-] minus character
- Index(es):