hey guys, i have a calculator set up, a form has been set up using alt+f11, a text box has been set to be dynamic with one of the cells in the workbook, i wish to set up a label that will be dynamic with another cell in the workbook, that is, when the value in that cell changes, it is displayed automatically on the label, a formula cell, currently, i have to click the label to update it, how do i make it so that the label automatically updates as i type?
heres the code
Private Sub Label5_Click()
Label5 = Worksheets("Arch Templar").Cells(6, 5)
End Sub
the label works, the only problem i have is automating it
Tags: