Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 339
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro available in all workbooks Tigerxxx Excel Discussion (Misc queries) 9 July 23rd 09 03:41 AM
macro to all workbooks [email protected] New Users to Excel 1 February 24th 08 11:47 AM
macro help in workbooks equine investor Excel Discussion (Misc queries) 0 March 16th 06 03:18 AM
Macro in all workbooks Pam Coleman Excel Discussion (Misc queries) 2 February 24th 05 07:49 PM
Run macro in different workbooks netzig Excel Programming 0 February 10th 04 03:46 PM


All times are GMT +1. The time now is 05:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"