Hi guys,

I've tried a simple code like:
Worksheets("01").Cells(8, 56).Interior.ColorIndex = 3

but I got the following error message:
"Run-time error '1004': Application-defined or object-defined error"

I guess I need to set a specific library reference to get it working, but if it is the reason, I don't know which one. But maybe there is another reason, it is only a guess.

This code is in a worksheet module.

Does anyone have any idea about how to get it working?

Thanks