hello,
I´m having trouble initializing my userform with some values. it was working a couple of days back but for some reason not working now..
this is the code im using to do this.
![]()
Private Sub UserForm1_Initialize() Dim iRow As Long Dim ws As Worksheet TextBox12.Value = Now() TextBox13.Value = Range("a50") End Sub
Bookmarks