#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default Date in VBA

I have the following If then statements:
If PublishMonth = "10/1/2005" Then MsgBox ("Add C1ANC Goals to Actuals, 1-3
and 4-6 (use N/A)")
If PublishMonth = "2/1/2006" Then MsgBox ("Remove N/A. Use C1ANC's batch
numbers")
If PublishMonth = "3/1/2006" Then MsgBox ("Add 7-9 and adjust to leader's.
Remove N/A. ")
If PublishMonth = "4/1/2006" Then MsgBox ("Adjust 7-9 to leader's")
If PublishMonth = "5/1/2006" Then MsgBox ("Adjust 7-9 to leader's")
If PublishMonth = "6/1/2006" Then MsgBox ("Adjust 7-9 to leader's")
If PublishMonth = "7/1/2006" Then MsgBox ("Adjust 10-12 to leader's")
If PublishMonth = "8/1/2006" Then MsgBox ("Adjust 10-12 to leader's")
If PublishMonth = "9/1/2006" Then MsgBox ("Adjust 10-12 to leader's")

Instead of counting out 6 months from 10/1/05 and entering 2/1/06 into the
statement, how can I have VBA figure 6 months from 10/1/05? Something like
If PublishMonth = 10/1/05 + 6 then ......
If PublishMonth = 10/1/05 + 7 then ......


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
Concatenate including a date so that the date appears as a date Zembu Excel Worksheet Functions 2 January 6th 10 06:09 PM
date in Cell to change colors if the date is beyond today's date Pete Elbert Excel Discussion (Misc queries) 2 June 6th 09 06:31 AM
Making a date go red, if date passes todays date. Jamie Excel Worksheet Functions 2 September 9th 08 02:14 PM
Report Date - Date Recv = Days Late, but how to rid completed date MS Questionnairess Excel Worksheet Functions 1 January 24th 07 11:05 PM
Date updates from worksheet to chart & changes date to a date series! Help!! Jayjg Charts and Charting in Excel 2 January 22nd 05 03:00 PM


All times are GMT +1. The time now is 06:31 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"