PC Review


Reply
Thread Tools Rate Thread

Autocreate Worksheet

 
 
=?Utf-8?B?S2V2aW4=?=
Guest
Posts: n/a
 
      29th Aug 2007
I'm wondering if there's a way to automatically create a worksheet based on a
new day. I have a workbook with a worksheet for each day that I'm on a job
for my work. I have to copy the last day's worksheet and rename it to the
next day, for example, "Day 1" becomes "Day 2". What I"m wanting to
accomplish is to have a new worksheet automatically created at 12am each day
that I'm on the job, and the worksheet name increment for the next day. Also,
some of the functions are dependant on the previous day's values, so they
would have to update as well.
Is there a way to do this that isn't too complicated?
Thanks.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGVu?=
Guest
Posts: n/a
 
      29th Aug 2007
I'm trying to do the same thing. Would you let me know how you can do this
when you get it done?
See my post (Subject: new day in next worksheet Day 1 plus 1?)
Reply follows.

Sub bumpit()
Sheets("Sheet2").Range("A1").Value = Sheets("Sheet1").Range("A1").Value + 1
End Sub

--
Gary''s Student - gsnu200740



"Kevin" wrote:

> I'm wondering if there's a way to automatically create a worksheet based on a
> new day. I have a workbook with a worksheet for each day that I'm on a job
> for my work. I have to copy the last day's worksheet and rename it to the
> next day, for example, "Day 1" becomes "Day 2". What I"m wanting to
> accomplish is to have a new worksheet automatically created at 12am each day
> that I'm on the job, and the worksheet name increment for the next day. Also,
> some of the functions are dependant on the previous day's values, so they
> would have to update as well.
> Is there a way to do this that isn't too complicated?
> Thanks.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
autocreate broke =?Utf-8?B?dGFtYXJha2F5?= Microsoft Outlook Discussion 0 26th Jul 2007 08:28 PM
Autocreate folders Mike Microsoft Excel Discussion 1 2nd May 2006 03:16 AM
Autocreate folders Mike Microsoft Excel Misc 1 2nd May 2006 01:27 AM
Autocreate POINTERS? Jörgen Persson Microsoft Windows 2000 DNS 1 1st May 2005 08:22 PM
Project Idea Needed - Autocreate Worksheet in Excel limjn Microsoft Excel New Users 0 30th Jul 2004 04:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:45 AM.