Hi!
I have an Excelfile that I guess is corrupt, but I'm giving it a last chance by posting here.
The file contains multiple charts and all of a sudden all charts are impossible to work with. I cannot select chart och chart parts, its as the ActiveChart.ProtectSelection property is set to True. The charts are on separate chart sheets.
I have checked the following
- Sheets or Workbook is NOT protected
- Workbook is NOT shared
- Sheets are not grouped in the Excel file
- Programatically setting ProtectSelection = False for a chart does not help.
When trying to change the location of the chart by using VBA and ActiveChart.Location I get an error: "Reguested shape is locked for selection". So I have also tried looping through all shapes in workbook and change protection and lock setting, but no
luck.
I run Win 8.1 and Office 2013, but I have also tried the file in Win 7 with Office 2007 and Office 2010. Same problem.
Im prepared to do the charts all over again but if anyone has any clues, please share. :)
/Leyan