ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Macro for workbooks (https://www.excelbanter.com/excel-programming/325981-macro-workbooks.html)

rogue6

Macro for workbooks
 
Hi. I need a macro to do the following: Take any NEW info entered into a
Master Template and copy it to another template as well as 20 different
worksheets. I attempted to do this linking the files, but it's not producing
the required result. Any help or recommendations would be greatly
appreciated! Thanks!

Fredrik Wahlgren

Macro for workbooks
 

"rogue6" wrote in message
...
Hi. I need a macro to do the following: Take any NEW info entered into a
Master Template and copy it to another template as well as 20 different
worksheets. I attempted to do this linking the files, but it's not

producing
the required result. Any help or recommendations would be greatly
appreciated! Thanks!


I think you should use an event for this

Private Sub Worksheet_Change(ByVal Target As Range)
'Copy the data to your 20 worksheets
End Sub

/Fredrik




All times are GMT +1. The time now is 03:55 AM.

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