hazejean Posted September 3, 2003 Posted September 3, 2003 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 Quote
Administrators PlausiblyDamp Posted September 3, 2003 Administrators Posted September 3, 2003 What kind of exception is thrown? Which line causes the exception? Is Mycheck a control array? Should the first line be = test2? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.