View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sowetoddid[_54_] sowetoddid[_54_] is offline
external usenet poster
 
Posts: 1
Default Pasting in a unique row for each unique date

Sheet1 performs a series of calculations everytime and "event" occurs.
Each "event" will always occur on a unique date. However, the even
does not occur every day.

The goal is for the user to type the event data into the input section
on sheet1. Upon pushing a command button (ie "calculate"), the input
will be run through the calculations and outputs pasted into a uniqu
row on sheet2. Each time a unique date is put in the inputs section
the next row on sheet2 will be pasted with data associated with tha
date.


Is there a VB code capable of doing this?


Thanks

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