LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Copy/paste new worksheet to master worksheet

I would like to copy an existing worksheet and paste it. Using the default
naming of example "Earned Income Method 1" and when copied "Earned Income
Method 1 (2)". When this is pasted I would like a row to be inserted into
the master worksheet "Family Totals" and the total from cell H38 in "Earned
Income Method 1 (2)" to carry over into the "Family Totals" worksheet into a
new cell B4.
Could someone please help me?

This is what I was using before

Private Sub Workbook_NewSheet(ByVal Sh As Object)
Worksheets("Family Totals").Rows(4).Insert
Worksheets("Family Totals").Cells(4, 1).Value = Sh.Name
End Sub

however instead of new sheet being inserted I want users to be able to
copy/move the sheet then paste and have the new total carry forward to the
master worksheet.

 
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
Automatically copy from Master worksheet to others Susan S Excel Worksheet Functions 5 June 30th 09 01:08 AM
Copy & paste cells fr open worksheet then close the worksheet Sin Excel Programming 1 October 2nd 06 02:20 PM
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie[_2_] Excel Programming 2 September 22nd 04 03:30 PM
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie[_3_] Excel Programming 0 September 22nd 04 03:26 PM
excel 97: copy and paste values from one worksheet to another worksheet Kathy[_5_] Excel Programming 0 September 21st 03 03:03 PM


All times are GMT +1. The time now is 04:26 PM.

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

About Us

"It's about Microsoft Excel"