View Single Post
  #2   Report Post  
Damon Longworth
 
Posts: n/a
Default

Try something similar to:

MyName = Range("A1").Value
Sheets.Add
ActiveSheet.Name = MyName

--
Damon Longworth

Don't miss out on the 2005 Excel User Conference
Sept 16th and 17th
Stockyards Hotel - Ft. Worth, Texas
www.ExcelUserConference.com


"Anthony" wrote in message
...
Hi all,
is there a way to copy the name a user inputs (say in cell ref A1) and
create a new worksheet within my current workbook with this 'name' using a
macro ??.
ie
the user inputs Bloggs,Joe into cell ref A1, and once the macro is
selected
a new worksheet is created with the 'tab' now changed to Bloggs,Joe -
instead
of Sheet1, Sheet2 etc etc
thanks
PSA
I'm a novice -so sorry if this is simple