View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bre-x Bre-x is offline
external usenet poster
 
Posts: 8
Default vba function ( populating rows)

Hi,

I would like to create a Function (VBA) that will go to each row take the
TOTALHOURS and acording to
the HOURS/DAY value will enter on each column (DAY) the HOURS/DAY value
until it equeals that value

Example:

WC TOTALHOURS HOURD/DAY 07/02/07 07/03//07 07/04/07
07/05/2007
ABC 10 3 3
3 3 3
ZYS 5 3 3
2
123 10 2 2
2 2 2

Do you think it can be done?

I am trying to create my own Shop Scheduler.

Regards,

Bre-x