DaveRadford
Board Regular
- Joined
- Feb 18, 2010
- Messages
- 63
I have a defined name which uses OFFSET and COUNTIF:
=OFFSET(WSList!$A$2,0,0,COUNTIF(WSList!$A$2:$A$4,">"""),2)
As i want to show a list that can change in size i do not want it showing blanks hence this defined named, it will only display data and no blanks.
I wanted to use this defined name in a form and reference the defined name in rawsource filed in a list box on a form.
This used to work but now it errors with:
"Could not set the ROWSource property. Invalid Property Value"
Although i have made changes to the workbook none to do with the defined names or formatting of the data.
Thanks,
=OFFSET(WSList!$A$2,0,0,COUNTIF(WSList!$A$2:$A$4,">"""),2)
As i want to show a list that can change in size i do not want it showing blanks hence this defined named, it will only display data and no blanks.
I wanted to use this defined name in a form and reference the defined name in rawsource filed in a list box on a form.
This used to work but now it errors with:
"Could not set the ROWSource property. Invalid Property Value"
Although i have made changes to the workbook none to do with the defined names or formatting of the data.
Thanks,