77highland
New Member
- Joined
- Nov 11, 2013
- Messages
- 7
Hello everyone - First ever post for me.
I have a worksheet that looks like the following:
[TABLE="class: grid, width: 500, align: left"]
<TBODY>[TR]
[TD]Date Occurred
[/TD]
[TD]Asset Number
[/TD]
[TD]Coach Number
[/TD]
[TD]Fault Description
[/TD]
[TD]Priority
[/TD]
[/TR]
[TR]
[TD]22/11/13
[/TD]
[TD]395001
[/TD]
[TD]39016
[/TD]
[TD]Headlight Failure
[/TD]
[TD]1b
[/TD]
[/TR]
[TR]
[TD]13/09/13
[/TD]
[TD]395001
[/TD]
[TD]39014
[/TD]
[TD]HVAC Vibration
[/TD]
[TD]4a
[/TD]
[/TR]
[TR]
[TD]02/11/13
[/TD]
[TD]395009
[/TD]
[TD]39095
[/TD]
[TD]Window Smashed
[/TD]
[TD]2a
[/TD]
[/TR]
[TR]
[TD]05/11/13
[/TD]
[TD]395009
[/TD]
[TD]39092
[/TD]
[TD]Brake Pad Change
[/TD]
[TD]1a
[/TD]
[/TR]
[TR]
[TD]08/11/13
[/TD]
[TD]395015
[/TD]
[TD]39154
[/TD]
[TD]Toilet Fault
[/TD]
[TD]2b
[/TD]
[/TR]
</TBODY>[/TABLE]
I need to automatically apply a thick bottom boarder to each row of the final group of asset numbers. I.e:- Underline row 3 as 3b contains the final '395001' and row 5 as 5b contains the final '395009'.
This data is forver changing so would be useful if I could run a macro (or CF?) using an on/off button or tick box.
Thanks.
I have a worksheet that looks like the following:
[TABLE="class: grid, width: 500, align: left"]
<TBODY>[TR]
[TD]Date Occurred
[/TD]
[TD]Asset Number
[/TD]
[TD]Coach Number
[/TD]
[TD]Fault Description
[/TD]
[TD]Priority
[/TD]
[/TR]
[TR]
[TD]22/11/13
[/TD]
[TD]395001
[/TD]
[TD]39016
[/TD]
[TD]Headlight Failure
[/TD]
[TD]1b
[/TD]
[/TR]
[TR]
[TD]13/09/13
[/TD]
[TD]395001
[/TD]
[TD]39014
[/TD]
[TD]HVAC Vibration
[/TD]
[TD]4a
[/TD]
[/TR]
[TR]
[TD]02/11/13
[/TD]
[TD]395009
[/TD]
[TD]39095
[/TD]
[TD]Window Smashed
[/TD]
[TD]2a
[/TD]
[/TR]
[TR]
[TD]05/11/13
[/TD]
[TD]395009
[/TD]
[TD]39092
[/TD]
[TD]Brake Pad Change
[/TD]
[TD]1a
[/TD]
[/TR]
[TR]
[TD]08/11/13
[/TD]
[TD]395015
[/TD]
[TD]39154
[/TD]
[TD]Toilet Fault
[/TD]
[TD]2b
[/TD]
[/TR]
</TBODY>[/TABLE]
I need to automatically apply a thick bottom boarder to each row of the final group of asset numbers. I.e:- Underline row 3 as 3b contains the final '395001' and row 5 as 5b contains the final '395009'.
This data is forver changing so would be useful if I could run a macro (or CF?) using an on/off button or tick box.
Thanks.