braindiesel
Well-known Member
- Joined
- Mar 16, 2009
- Messages
- 571
- Office Version
- 365
- 2019
- 2010
- Platform
- Windows
I have a large excel file that I have been working on for some time. Now on more than one occasion, I will put in code that should work, but instead of yielding a number, it gives me the result of TRUE.
Am I missing a checkbox somewhere? The code is fine, or seems that way.
The instances are when I copy and paste as values
Range("namedRange").value = range("namedRange").value
and now a recurring issue has come up using a userform combobox index. If I pick the third item, instead of getting a 3, I get TRUE.
Any suggestions would be greatly appreciated.
Am I missing a checkbox somewhere? The code is fine, or seems that way.
The instances are when I copy and paste as values
Range("namedRange").value = range("namedRange").value
and now a recurring issue has come up using a userform combobox index. If I pick the third item, instead of getting a 3, I get TRUE.
Any suggestions would be greatly appreciated.