#1   Report Post  
Posted to microsoft.public.excel.misc
smilingangel
 
Posts: n/a
Default scheduling problems

I need help with finding a way to save my weekly schedule, to a different
name, and also how to clear it each week. Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default scheduling problems

You could add a button and then add some code behind the button. Maybe
like so:

Private Sub CommandButton1_Click()
Dim sNewFileName as String
sNewFileName = "C:\File_" & Format(Date, "YYYYMMDD") & ".xls"
ThisWorkbook.SaveCopyAs sNewFileName
Sheet1.Range("B2:B20").ClearContents
End Sub


smilingangel wrote:
I need help with finding a way to save my weekly schedule, to a different
name, and also how to clear it each week. Can anyone help?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
2 Excel Problems that have been bugging me! ithebatman Excel Discussion (Misc queries) 2 May 1st 06 12:03 AM
Problems with Turkish regional settings LAF Excel Discussion (Misc queries) 0 February 22nd 06 05:45 PM
screen resolution = vertical graph title problems bartelj Charts and Charting in Excel 3 December 20th 05 09:00 PM
Array Formula Limits (around 2800 or so) ? Lotus DSUM has no problems with it ! xlguy Excel Discussion (Misc queries) 6 December 15th 05 06:24 PM
I'm getting mad - I'm having problems with EXCEL file name length Raffa Excel Discussion (Misc queries) 2 October 3rd 05 07:56 AM


All times are GMT +1. The time now is 02:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"