- Joined
- Oct 7, 2011
- Messages
- 4
- Reaction score
- 0
Hello
I inserted a combobox into a spreadsheet and want to copy the selection into a cell.
The following is in Module1:
Private Sub FrCharDropdown_Change()
Range("c4").Value = FrCharDropdown.Value
End Sub
FrCharDropdown.value generates an Object Req error.
I've tried to reference it in a number of ways but keep getting this error.
Can anyone tell me what I'm doing wrong.
Thanks
I inserted a combobox into a spreadsheet and want to copy the selection into a cell.
The following is in Module1:
Private Sub FrCharDropdown_Change()
Range("c4").Value = FrCharDropdown.Value
End Sub
FrCharDropdown.value generates an Object Req error.
I've tried to reference it in a number of ways but keep getting this error.
Can anyone tell me what I'm doing wrong.
Thanks