Hi,
got this code to increase value by one (same position, row and column, of the active cell) in a second spreadsheet ("foglio2")...
Sheets("foglio2").Cells(ActiveCell.Row, ActiveCell.Column) = ActiveCell.Value + 1
but it doesn't work cause it only count 1 in the second spreasheet, doesn't...