Run time error !1004': Method 'Cells of Object '_Global ' failed.
Number_of_Proteins = Cells(9990, 9)
What does this error message mean.
I see this error message frequently and the only way to make it disapear is to shorten my VBA code.
Any idea why this error mesaage can occur.
The error is not related to the syntax of the VBA command.
Number_of_Proteins = Cells(9990, 9)
What does this error message mean.
I see this error message frequently and the only way to make it disapear is to shorten my VBA code.
Any idea why this error mesaage can occur.
The error is not related to the syntax of the VBA command.