Mustang0710
New Member
- Joined
- Mar 4, 2015
- Messages
- 16
I have a ComboBox what works great on Windows PCs, but gives me an error 380 on the Mac.
The UserForm_Initialize subroutine has a problem with this line:
cb_NodeID.RowSource = "Node!B2:B" & NLastRow
In my test file, NLastRow = 371, so the RowSource will resolve to "Node!B2:B371"
I tried to include the single quotes like this:
cb_NodeID.RowSource = "'Node'!B2:B" & NLastRow
<strike></strike>
But neither one works.
Thanks for your help!
The UserForm_Initialize subroutine has a problem with this line:
cb_NodeID.RowSource = "Node!B2:B" & NLastRow
In my test file, NLastRow = 371, so the RowSource will resolve to "Node!B2:B371"
I tried to include the single quotes like this:
cb_NodeID.RowSource = "'Node'!B2:B" & NLastRow
<strike></strike>
But neither one works.
Thanks for your help!