Hi
I want to display userform when workbook is opened by user. Userform have 4 Textbox that have to be updated from cells value in Thisworkbook. I started with
Private Sub Workbook_Open()
WelcomeToISC.Show
End Sub
and followed by Initialize code
Private Sub Userform_Initialize()...