andrew9993
New Member
- Joined
- Apr 28, 2011
- Messages
- 4
Hey, does anyone know,
, what I want to do is mark the cell as completed ontop of what I already have in my macro
maybe strikethrough the font...or something similar just so I know I've completed it
(I want to add it into my current macro so I only have to click the one button)...thanks
this is what i have in my macro so far:
Sub MoveToSameCellOnSheet2()
Sheets(2).Range(ActiveCell.Address).Value = ActiveCell.Value
End Sub
, what I want to do is mark the cell as completed ontop of what I already have in my macro
maybe strikethrough the font...or something similar just so I know I've completed it
(I want to add it into my current macro so I only have to click the one button)...thanks
this is what i have in my macro so far:
Sub MoveToSameCellOnSheet2()
Sheets(2).Range(ActiveCell.Address).Value = ActiveCell.Value
End Sub