indi visual
Member
Having issues with the following beneath:
Private Sub Enter_Manual_Revisions_Click()
Enter_Manual_Revision_UserFormField.Text = C.Value
End Sub
In a public sub I'm using a For Each C In Range.
It opens up the userform if any criteria is found, displays the first one found, I modify it in the text field on the userform, and the plan is to overwrite the old with new revised string on the sheet. (...so on and so forth until all are revised).
I can do everything except write it back down to the sheet.
Any help would be great.
Private Sub Enter_Manual_Revisions_Click()
Enter_Manual_Revision_UserFormField.Text = C.Value
End Sub
In a public sub I'm using a For Each C In Range.
It opens up the userform if any criteria is found, displays the first one found, I modify it in the text field on the userform, and the plan is to overwrite the old with new revised string on the sheet. (...so on and so forth until all are revised).
I can do everything except write it back down to the sheet.
Any help would be great.