1vJ7IguEWBfVakYkVCE5n3 changeset
Changeset | 323664646231 (b) |
---|---|
Parent | 353338353339 (a) |
a | b | ||
---|---|---|---|
17 | 17 | For y = address.StartRow To address.EndRow | |
18 | 18 | cell = sheet.getCellByPosition(x, y) | |
19 | 19 | If (cell.String = "") Then | |
... | |||
20 | - | Exit For | |
20 | + | If (y = address.StartRow) Then | |
20 | + | Exit Sub | |
20 | + | Else | |
20 | + | Exit For | |
20 | + | End If | |
... | |||
21 | 21 | End If | |
22 | 22 | ReplaceHyperlink(cell) | |
23 | 23 | Next | |
... |
|
|