guippezzini
New Member
- Joined
- Jun 1, 2018
- Messages
- 2
Hi. I would like to click at the "+" button and add an entire blank row below the "button", so I can put a new hour with new value for a specific day. It is important to keep the format, fill color, and to not resize the button (when I insert a row manually, the button gets bigger to the cell below). I've searched the internet a lot and didn't find a good macro to do it.
The new row must not have the "+"button, or + sign.
Thanks!
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Day[/TD]
[TD]Add[/TD]
[TD]Hour[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD="align: center"]01[/TD]
[TD="align: center"]+[/TD]
[TD="align: center"]08:00[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]02[/TD]
[TD="align: center"]+[/TD]
[TD="align: center"]08:00[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Sum[/TD]
[TD="align: center"]6[/TD]
[/TR]
</tbody>[/TABLE]
The new row must not have the "+"button, or + sign.
Thanks!
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Day[/TD]
[TD]Add[/TD]
[TD]Hour[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD="align: center"]01[/TD]
[TD="align: center"]+[/TD]
[TD="align: center"]08:00[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]02[/TD]
[TD="align: center"]+[/TD]
[TD="align: center"]08:00[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Sum[/TD]
[TD="align: center"]6[/TD]
[/TR]
</tbody>[/TABLE]