McCondichie
Technical User
Hi
I'm trying to fill a range of cells based on three parameters.
-Start Date
-End Date
-Equipment.
Background Info: The equipment is held in the first column. All dates run along the first row. This is a booking type system which will show when equipment is booked out from and to. For example: If "Dell 1" is booked from the "01/01/07" to the "07/01/07", then I would like to fill the cells in the same row as "Dell 1" for the date range selected. The start date and end date are entered via a user form.
I have some knowledge of VBA code and have the code to fill the cells. I'm just not sure how to select the date range. Help would be much appreciated.
Many Thanks
Tony
I'm trying to fill a range of cells based on three parameters.
-Start Date
-End Date
-Equipment.
Background Info: The equipment is held in the first column. All dates run along the first row. This is a booking type system which will show when equipment is booked out from and to. For example: If "Dell 1" is booked from the "01/01/07" to the "07/01/07", then I would like to fill the cells in the same row as "Dell 1" for the date range selected. The start date and end date are entered via a user form.
I have some knowledge of VBA code and have the code to fill the cells. I'm just not sure how to select the date range. Help would be much appreciated.
Many Thanks
Tony