If you put your code in a Try/Catch block it might give you more exact information as to what the error is:
VB Code:
Try 'Your existing code# Catch ex As Exception Messagebox.Show(ex.Message) End Try
This wont solve it but may give you more info.
EDIT: Or someone just might know straight away.![]()




Reply With Quote