I am getting unhandles exception error on code below
Any ideas
fileout is string
test2 is string
noverbs is integer
mycheck is check box
listbox1 is string
RichTextBox1.Text = text2
'output file for module
fileout = "c:\" + ListBox1.Items(0) + ".doc"
If Mycheck(noverbs + 1).Checked = True Then RichTextBox1.SaveFile(fileout)
Thanks
Any ideas
fileout is string
test2 is string
noverbs is integer
mycheck is check box
listbox1 is string
RichTextBox1.Text = text2
'output file for module
fileout = "c:\" + ListBox1.Items(0) + ".doc"
If Mycheck(noverbs + 1).Checked = True Then RichTextBox1.SaveFile(fileout)
Thanks