Thank you for the feedback,
I was getting an error on a piece of your vba (it would help if I knew what I was doing), so I found something and modified it to work for what I need (kind of a hack job, but it works).
Sub CheckBoxMe()
Dim ToRow As Long
Dim LastRow As Long
Dim MyLeft...