blah blah blah is here! blah blah » Close

0
votes
1 answers

Problem verifying if an Excel worksheet's cell is locked or not

Hi I have a loop that verifies if 4000 Excel cells are each locked or not using the folowing method. But it takes much time!!! about 12 seconds!!! if ((rangeuse.Cells[j, i] as Excel.Range).Locked.ToString() == "False") { ...

0
votes
0 answers

How to access Excel cells values, formulas, Locked ... faster?

Vous ne pouvez pas voter pour votre propre billet. 0 Hi, Here's the situation: I try to modify my Excel file using values and formulas that I pick up from an XML file. So first I have to access cells that I need to modify with th ...

Feedback