ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to auto increment a template in Excel & Word (https://www.excelbanter.com/excel-programming/321374-how-auto-increment-template-excel-word.html)

talldow

How to auto increment a template in Excel & Word
 
I'm lookin for a Macro to Auto increment a form template in word & excel

gocush[_29_]

How to auto increment a template in Excel & Word
 
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



All times are GMT +1. The time now is 10:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com