Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Different Month, Different Workbook

I want particular workbooks to open up when excel starts up depending on
month. For example, everyday that it's Febuary, My Febuary Workbook
opens when excel starts up, then in March, everyday my March Workbook
opens up. Is there any way to do this?


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Different Month, Different Workbook

You could add code to the Workbook_Open event macro in Personal.xls.
Something like

Workbooks.Open Filename = "My " & Format(Date,"mmmm") & ".xls"

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"abxy " wrote in message
...
I want particular workbooks to open up when excel starts up depending on
month. For example, everyday that it's Febuary, My Febuary Workbook
opens when excel starts up, then in March, everyday my March Workbook
opens up. Is there any way to do this?


---
Message posted from http://www.ExcelForum.com/



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
How to copy workbook and formulas to read to the present month Ali Excel Discussion (Misc queries) 0 October 3rd 09 07:09 AM
Change month name in workbook Sherry S[_2_] Excel Discussion (Misc queries) 3 April 27th 09 12:05 AM
reset a workbook each month saving a copy and using totals to rest squirrel12 Excel Discussion (Misc queries) 1 July 2nd 08 06:13 AM
Excel 2003 month to month data change grid Chad[_2_] Excel Discussion (Misc queries) 2 February 15th 08 01:36 AM
converting workbook from one month to the next braveheartsr Excel Discussion (Misc queries) 1 July 24th 07 12:30 AM


All times are GMT +1. The time now is 08:34 PM.

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"