Good morning.
I was doing some development today, Excel 2013 x32 fully updated, and encountered a couple issues I was hoping someone might be able to shed some light on for me (always looking to learn).
Object variable not working with controls
The following does not work and spit out an "Method or data member not found"
Dim sht As Excel.Worksheet
Set sht = ActiveWorkbook.Worksheets("Order Form")
With sht
.cbo_Contact.value = ""
End With
but yet, this works fine?
ActiveWorkbook.Worksheets("Order Form").cbo_Contact.value = ""
Cell Jumping Around Randomly
I am creating an Excel form. So say I am in cell D9, make and entry and press enter, I get moved to K23. Go and make an entry in I20 and press enter and I get moved to D26. I can't seem to figure out any pattern.
Data Validation Crashing Excel
On various occasions when I make a selection in a Yes/No data validation cell Excel crashes completely? Some times it works, the next it crashes.
Thank you for any insight.
[Moved from: Office /Excel / Other/unknown / Office 2013]