Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wouldn't worry about being efficient.
In the code that processes/creates each report, I would open the temporary workbook and write the appropriate data to a page in the temporary workbook.. If it takes many hard coded copy and paste range pairings, so be it. Once they are written you don't have to fuss with them. If there an opportunity to loop or to process multiple cells at a time, cleary you should use those. Of course, the macro recorder can often be a help in such a situation. -- Regards, Tom Ogilvy "Julie" wrote in message ... Hi Tom, Thanks for your response. I just wanted to pass on some information on my reports. I have created all of the report macros for all five reports (with some help now and then). On each report I have a summary page. From those summary pages I create graphs to show my figures. I am needing to pull dollar figures from the summary pages. On the summary pages, I have categories that are constant with only the dollar amounts changing. I have two reports that I manipulate and create summaries for, and the others I need to grab the figures from the report itself. One these reports the figures are never in the same place, but I do have constants that I can use. I am going to try a few things and see if I can make this as easy and efficient as I can. I am thinking of creating summary pages for all five reports and creating a macro to call up the summary page. I have a bunch of ideas going through my head, I am just trying to get an idea on what would be more efficient. I think that I can figure it out if I work on it long enough. I know that this is still kind of vague, but in some situations it is hard to understand unless you can see everything that is being talked about. Thanks so much for your time and assistance. I see your name often here. You have been a big help to alot of people. I hope you know that you are appreciated. Happy Holidays! Julie -----Original Message----- Generating a report could describe many different things that can be done in Excel. It would be difficult to describe a possible solution with such a vague description. If you have a macro that generates the report in terms of a formatted worksheet, then you could have the same macro copy the sheet to your temp file or copy selected cells to a sheet in your temp file. Other than that, I think you would need to be more specific. -- Regards, Tom Ogilvy "Julie" wrote in message ... Hello all! I recently posted a message, but got no response. I was wondering if anyone could get me started on this. Any suggestions would be appreciated. I have several reports that I want to take select information from (all in Excel format) and put that information into a temporary file (Excel preferably)and hold it until I am ready to use it for a mass report? I want the information update everytime I run one of the reports. The reason that I am needing this is because I have five different reports that I run on a monthly basis. I want to take SELECT information from each of those reports and put it into one big report. I want the temporary file to update when I run one of those five reports. Each report needs to be on a separate sheet. I need the sheet to update when I run the small report. When this update is done, I don't want to override the file, I want to override the sheet. Then, I want to create a macro to retreive the information from the temporary file. Are there any suggestions on how to get this started? I need to somehow create link between the temporary file and the five reports that I run every month. Any help would be greatly appreciated. Thanks in advance and Happy Holidays! Julie . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|