Hi there,
I have a VBA that works perfectly fine for its current use, however I need it to be more specific about where it pastes the data.
I really need a code that takes the value in a selected cell, copies it to the next empty cell in the column between rows 4-8, adds cell colour fill formatting to new cell and then applies strikethrough formatting to the original selected cell.
For example
H18 is selected cell.
Value copied to next empty cell in range H4:8
Formatting for new cell fill colour #FF7C80
Strikethrough applied to value in H18
Thanks heaps for any help you may have.
Hayden
I have a VBA that works perfectly fine for its current use, however I need it to be more specific about where it pastes the data.
I really need a code that takes the value in a selected cell, copies it to the next empty cell in the column between rows 4-8, adds cell colour fill formatting to new cell and then applies strikethrough formatting to the original selected cell.
For example
H18 is selected cell.
Value copied to next empty cell in range H4:8
Formatting for new cell fill colour #FF7C80
Strikethrough applied to value in H18
Thanks heaps for any help you may have.
Hayden
Last edited: