azizrasul
Well-known Member
- Joined
- Jul 7, 2003
- Messages
- 1,304
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Why do I get a compile error (Invalid use of property) on the RowSource line?
Code:
With Sheets("Current")
cboStartingLevel.RowSource "Current!CP_Level_Choice_Options"
cboStartingLevel.ListIndex = Sheets("Current").Range("CP_Level_Choice") - 1