Re: $$Excel-Macros$$ Re: Create New Worksheet Template Based on Cell Value

2012-12-11 Thread Laura Ann Dietrich
rom Vodafone > ------ > *From: * Laura Ann Dietrich > *Sender: * excel-macros@googlegroups.com > *Date: *Tue, 11 Dec 2012 13:09:35 -0500 > *To: * > *ReplyTo: * excel-macros@googlegroups.com > *Subject: *Re: $$Excel-Macros$$ Re: Create New Worksheet Template Based > on Cell Va

Re: $$Excel-Macros$$ Re: Create New Worksheet Template Based on Cell Value

2012-12-11 Thread Laura Ann Dietrich
Thanks. When I try that code (with the corrected file path), it no longer creates a new worksheet or names one. It just points me to a random cell on the last worksheet. On Tue, Dec 11, 2012 at 1:03 PM, ashish koul wrote: > sorry forget to mention please change the path of template as per your

Re: $$Excel-Macros$$ Re: Create New Worksheet Template Based on Cell Value

2012-12-11 Thread Laura Ann Dietrich
"scanningprocess.xltm" is one worksheet. On Tue, Dec 11, 2012 at 12:47 PM, ashish koul wrote: > how many sheets u have created in "scanningprocess.xltm" template > > > > > > > On Tue, Dec 11, 2012 at 11:15 PM, Laura Ann Dietrich > wrote: &g

$$Excel-Macros$$ Re: Create New Worksheet Template Based on Cell Value

2012-12-11 Thread Laura Ann Dietrich
C-5, Laura Ann Dietrich wrote: > > My end goal is to have new worksheet templates "scanningprocess.xltm" auto > generate/name based on the values of cells on the main worksheet (A6:A99). > > So far I have the following macro that auto creates a new worksheet. The > trouble

Re: $$Excel-Macros$$ Create New Worksheet Template Based on Cell Value

2012-12-11 Thread Laura Ann Dietrich
et.Text > * > * End If* > * > * > Regards > Ashish > > > On Tue, Dec 11, 2012 at 10:48 PM, Laura Ann Dietrich > > > wrote: > >> *Private Sub Worksheet_Change(ByVal Target As Range)* >> *Dim wsNew As Worksheet* >> *If Target.Cells.Coun

$$Excel-Macros$$ Create New Worksheet Template Based on Cell Value

2012-12-11 Thread Laura Ann Dietrich
My end goal is to have new worksheet templates "scanningprocess.xltm" auto generate/name based on the values of cells on the main worksheet (A6:A99). So far I have the following macro that auto creates a new worksheet. The troubles I am having are the following: 1. It is a blank worksheet - not