I swear this worked at one point but now gives a '1004' runtime error. What I am trying to accomplish is have the user display a line of data on a userform, modify it, then write it back to another sheet in the workbook.
My code:
Sub WriteData()
Dim target As Long
ActiveScreenUpdating =...