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: 1
Default Ron Helped Once Can you do it again?

These are 7 new pages in a new workbook or are you using one workboo
for an extended period of time?
You could refer to the last seven sheets added like this:

x = Sheets.Count
y = x - 6
For z = y To x
dailyTotal = Sheets(z).Cells(row, col).Value
Sheets("Weekly Summary").Cells(row, col).Value = dailyTotal
Next z

Hope this helps... - Piku

--
Message posted from http://www.ExcelForum.com

 
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
Previously helped by Jacob Skaria -- need more help RGreen Excel Discussion (Misc queries) 1 September 1st 09 07:31 AM
I have clairified some info., maybe, I can be helped now ......... Denny Crane Excel Worksheet Functions 1 March 3rd 06 04:51 AM
Helped with stacked bar chart and percentages Double A - Ron Charts and Charting in Excel 1 September 19th 05 01:46 PM
Thanks Jon for your Jan 2001 post......it helped me today! CLR Charts and Charting in Excel 1 August 14th 05 04:13 AM
Ron Helped Once Can you do it again? Tom Ogilvy Excel Programming 0 February 19th 04 03:15 PM


All times are GMT +1. The time now is 10:33 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"