Ok, I looked at macros that I found on google, but they didn't want to work since the data column isn't formated as text. Can you show me what I need to do?
Main Topics
Browse All TopicsI want to be able to place a formula in a workbook that will copy the rows that meet a hard coded date range into the another workbook. In the example, I would like to place a the formula in the "Week Eight" workbook that will look at the "All Incidents" and copy the data in a similar manor to what I did by hand the previous weeks on the other workbooks. The data in the "All Incidents" sheet will change each week, so I would like to have all the other pages update themselves. If you can help me with Week Eight, I should be able to make it work for the past weeks and update it for the weeks going forward.
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I have been messing with this off and on throughout the day, and I thought I finally had it figured out.
I created the additional lines and set the dates for the Sunday of each week. Now when I run it, the dates aren't filtered correctly. For instance, on week one, there are only 12 lines,and the only date shwoing is 5/16/08. All the stuff done after midnight doesn't show. In fact, 5/17/08 isn't on any of the workbooks.
Should I be using endWeek = startWeek + 7 instead of 6?
Below is the code I have so far.
Thanks!
Sorry it took me so long to test, but I finally had some free time to copy the new code.
This works great!
I don't know how I could have automated this without your help, and I have been trying to figure out what all the commands do so I can make thes on my own in the future.
Great job, and many thanks!
Business Accounts
Answer for Membership
by: CowboyJeeperPosted on 2008-07-22 at 12:45:32ID: 22062937
I do not believe what you are asking is possible with a simple formula. You'll need to do a macro that can sort the original data and copy it across for you.
The good news is this is a relatively simple macro.