Hello there, i'been posting this same question in almost every excell forum
without am accurate answer, I'm almost givin up!:(
I have this code for auto increment cell "E5" upon open an invoice template:
Private Sub Workbook_Open()
[E5] = [E5] + 1
End Sub
All I need its a piece of...