S
Steve Stad
I have a text box where I insert text based on a button control using the
code below. Is it possible to insert data in a table format in the
helpwindow text box. Also, am I limited to 255 charachters and is it
possible to wrap the test in the VBA code line HelpWindow.Text =
"this.........." with a space and underscore like in a message box.
Private Sub Help1_Click()
HelpWindow.SetFocus
HelpWindow.Text = "this is the text that will appear in the HelpWindow when
the help1 button is clicked"
End Sub
code below. Is it possible to insert data in a table format in the
helpwindow text box. Also, am I limited to 255 charachters and is it
possible to wrap the test in the VBA code line HelpWindow.Text =
"this.........." with a space and underscore like in a message box.
Private Sub Help1_Click()
HelpWindow.SetFocus
HelpWindow.Text = "this is the text that will appear in the HelpWindow when
the help1 button is clicked"
End Sub