Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I understand you. You are trying to create 9999 worksheets but
instead of keeping them you are creating them one sheet at a time and picking out a result, delete the new sheet, and continue by creating the next worksheet. If you have only one parameter that changes, can't you just create a User Defined Function to return a value based on one or more parameters ? --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Warwick Renshaw" wrote in message ... David, Thank you for the response. I am simply trying to execute a block of code (some several hundred cells in a worksheet) multiple times, based on a changing parameter, and record the corresponding results. The parameters are listed in a column several thousand rows long (say A1 through A9999). I wish to record the rseults relationg to each parameter in the adjacent adjacent column (say B1 through B9999). I am then graphing the results. I have currently duplicated the block of code in the several hundred cells (a financial model) as many times as I have parameters. This has limited the number of parameters and created a workbook 110MB+ in size, which is unworkable. I assumed that this could be solved by using a macro, so progressively work down the list of parameters, perform the calculation, and record the results. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can keep the modified date record in worksheet | Excel Discussion (Misc queries) | |||
Creating a record in one worksheet from the data in another. | Excel Worksheet Functions | |||
Why won't the "record macro" button show on worksheet | Excel Discussion (Misc queries) | |||
What function would move a closed record to another worksheet? | Excel Worksheet Functions | |||
Can I record or write a macro to send a worksheet via Outlook? | Excel Discussion (Misc queries) |