Peter Thompson
Active Member
- Joined
- Dec 15, 2008
- Messages
- 262
Hello,
I am currently developing a user form and am getting a very strange error message.
When it goes to retrieve data it gives me the message 'Run Time Error '380': Could not set the value property. Invalid value property'. When i hit the debug the following peiece of code is causing the issue:
'lst4Complexity = lngComplexity'
I cant understand what the problem could be as lngComplexity, in this instance, has a value of 5 and lst4Complexity is a listbox with options 1 to 5.
Has anyone had similar issues? Or can anyone suggest a solution?
I am currently developing a user form and am getting a very strange error message.
When it goes to retrieve data it gives me the message 'Run Time Error '380': Could not set the value property. Invalid value property'. When i hit the debug the following peiece of code is causing the issue:
'lst4Complexity = lngComplexity'
I cant understand what the problem could be as lngComplexity, in this instance, has a value of 5 and lst4Complexity is a listbox with options 1 to 5.
Has anyone had similar issues? Or can anyone suggest a solution?