What is wrong with this code:
Me.TextBox1.Text = Sheets("Sheet1").Range(ActiveCell.Offset(-1, 0))
I am trying to get a text box in a userform to display the data with the active cell offset, but it keeps coming up blank.