I'm lookin for a Macro to Auto increment a form template in word & excel
I'm lookin for a Macro to Auto increment a form template in word & excel
Private Sub Workbook_Open()
Range("A1") = Range("A1") + 1
ActiveWorkbook.Save
End Sub
"talldow" wrote:
> I'm lookin for a Macro to Auto increment a form template in word & excel
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks