J
jose luis
Hi all,
I have this code running in a ExclusivAccess WorkBook, but when I try
to run it in a Share Workbook, pop ups a error sign saying "Can assign
ListFillRange". I searched in the "Features that are unavailable in
shared workbooks" but didn;t find any clue not allowing to use the
code.
Code:
--------------------
Sheets("Impresión").Shapes("AlterUno").DrawingObject.ListFillRange = "$P$2" 'Letrero Cotizacion Actual
Sheets("Impresión").Shapes("AlterUno").DrawingObject.LinkedCell = "$L$40"
Sheets("Impresión").Shapes("AlterUno").DrawingObject.DropDownLines = 1
Sheets("Impresión").Shapes("AlterUno").DrawingObject.ListIndex = 1
Sheets("Impresión").Shapes("AlterUno").DrawingObject.Display3DShading = True
--------------------
Could you give a hand with this?
Should I use Active Controls instead? or is something else?
Thanks in advance
Jose Luis
I have this code running in a ExclusivAccess WorkBook, but when I try
to run it in a Share Workbook, pop ups a error sign saying "Can assign
ListFillRange". I searched in the "Features that are unavailable in
shared workbooks" but didn;t find any clue not allowing to use the
code.
Code:
--------------------
Sheets("Impresión").Shapes("AlterUno").DrawingObject.ListFillRange = "$P$2" 'Letrero Cotizacion Actual
Sheets("Impresión").Shapes("AlterUno").DrawingObject.LinkedCell = "$L$40"
Sheets("Impresión").Shapes("AlterUno").DrawingObject.DropDownLines = 1
Sheets("Impresión").Shapes("AlterUno").DrawingObject.ListIndex = 1
Sheets("Impresión").Shapes("AlterUno").DrawingObject.Display3DShading = True
--------------------
Could you give a hand with this?
Should I use Active Controls instead? or is something else?
Thanks in advance
Jose Luis