Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Awesome, works great. I saw that a bunch of times on the internet,
just wasn't thinking in that direction. Thanks again! Pat Bernie Deitrick wrote: Pat, Insert a blank sheet named "First" after your master sheet (which should the first sheet), and another at the end of your worksheets named "Last" Then when you need to sum up cells, use a formula like this. =SUM(First:Last!B4) Any new sheets inserted between First and Last will automatically be added to your SUM formula. HTH, Bernie MS Excel MVP wrote in message oups.com... Hello, Like most people on this thing I am pretty new to using VBA with Excel. I have done a few things and now I am stuck on a task. Here's my problem. I have a Workbook that has 2 Sheets that are like master sheets and the rest are individual projects that feed into these spreadsheets. I want to take a certain cell from each of these worksheets named "Project x" and sum up the total on a sheet "Employee Billings". I can do that in excel however I am going to continue to add new projects so I want it to update when I click a button after a new sheet is added with new information. Anyone have any suggestions on how to accompnish this? I know how to add buttons and all I just don't know how to code it. Any help would be great! Thanks, Pat |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Programming | Excel Programming | |||
Help with Excel VBA Programming | Excel Programming | |||
Excel Programming | New Users to Excel | |||
ADO programming and Excel | Excel Programming | |||
Excel Programming in VB | Excel Programming |