Quote:
Originally Posted by lars-daniel
Latest (and biggest) Intel i7 with latest Office still uses 1 core only, three cores (+ hyperthreading) are idling. I should better split it into single files and run in parallel 
|
Splitting the document into multiple files won't help unless you also start multiple independent Word sessions.
Quote:
Originally Posted by lars-daniel
Oops, it doesn't work every time. I've got very much cells, which haven't get touched at all.
|
In that case, there's more than just -1 in the cells (e.g. some spaces). You might try changing:
Split(.Range.Text, vbCr)(0)
to:
Trim(Split(.Range.Text, vbCr)(0))