Hi
I am sharing an excel sheet, which have drop downs. these dropdown populae themselves from another sheet using the following code
Sheets("Form").Shapes("Drop Down 1").ControlFormat.ListFillRange = "Tables!Teams1"
this works fine when unshare the workbook but come up with an error message when share it.
error: Unable to set the listfillrange property of the dropdown class
i looked every where but couldnot find any solution. its really important and i would really appreciate if some one can help me with this
I am sharing an excel sheet, which have drop downs. these dropdown populae themselves from another sheet using the following code
Sheets("Form").Shapes("Drop Down 1").ControlFormat.ListFillRange = "Tables!Teams1"
this works fine when unshare the workbook but come up with an error message when share it.
error: Unable to set the listfillrange property of the dropdown class
i looked every where but couldnot find any solution. its really important and i would really appreciate if some one can help me with this