View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] kyleroyster@gmail.com is offline
external usenet poster
 
Posts: 1
Default inserting columns, writing in cells

Hello,

I am new to macros and VBA programming and I am having a problem
figuring out how to do a couple of things. Here is what I need to do:

I am given a list of taks and the dates which they must be completed by
as follows

Turn in Report July 2
Edit Report July 9
Redo Report July 12

After these columns I have a column where the user inputs a delay
should the deadline not be met as follows:

Event Date Delay New Date

Turn in Report July 2 3 July 5
Edit Report July 9 5 July 14
Redo Report July 12 3 July 15

To the left of all of this there is a list of days of the year and it
has a mark in the day corresponding to when the event is to be done.

What I need to do is to insert a new symbol for when the event will
take place based on the delay that the user puts into the spreadsheet.
Any help would be appreciated. Thanks.