Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I had a problem with a worksheet where the formulas were not recalclulating.
I essentially solved it by renaming my worksheet (to SummaryBak) and using a new worksheet I named Summary. This morning, while changing the codename of Summary, I noticed that, the worksheet SummaryBak was not showing up in the VBE (in the window that lists the Projects, probably called Projects window.) I did a little research on the worksheet, for instance, I checked if it had somehow become protected. Based on the options, it would seem it hasn't. If I make that worksheet the active worksheet, and type, from the immediate window, ? activesheet.name, it says SummaryBak. However, if I type ? worksheet.codename, I get an error: Runtime error 1004, application defined .... As far as I know, this isn't causing me any additional problems, but I can't help wondering if it points to the original problem I was having with not recalculating. If I weren't such a pack rat, I would have already deleted this worksheet, as it has been replaced. However, if any one can shed some light as to what would cause this, I would appreciate a response. Also, if it is a ticking time bomb waiting to explode, please let me know and I will delete post haste. Thanks. -- Kevin Vaughn |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
err. Should have been ? activesheet.codename instead of worksheet.codename
-- Kevin Vaughn "Kevin Vaughn" wrote: I had a problem with a worksheet where the formulas were not recalclulating. I essentially solved it by renaming my worksheet (to SummaryBak) and using a new worksheet I named Summary. This morning, while changing the codename of Summary, I noticed that, the worksheet SummaryBak was not showing up in the VBE (in the window that lists the Projects, probably called Projects window.) I did a little research on the worksheet, for instance, I checked if it had somehow become protected. Based on the options, it would seem it hasn't. If I make that worksheet the active worksheet, and type, from the immediate window, ? activesheet.name, it says SummaryBak. However, if I type ? worksheet.codename, I get an error: Runtime error 1004, application defined ... As far as I know, this isn't causing me any additional problems, but I can't help wondering if it points to the original problem I was having with not recalculating. If I weren't such a pack rat, I would have already deleted this worksheet, as it has been replaced. However, if any one can shed some light as to what would cause this, I would appreciate a response. Also, if it is a ticking time bomb waiting to explode, please let me know and I will delete post haste. Thanks. -- Kevin Vaughn |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My guess is that the workbook is bordering on the edge of
corruption. Something is not right in the way it stores or displays the VBComponents in the project explorer. Whether this will mushroom into wider corruption is anybody's guess. I would recreate the workbook in a new workbook. If you don't you might find yourself unable to open the document at all. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Kevin Vaughn" wrote in message ... I had a problem with a worksheet where the formulas were not recalclulating. I essentially solved it by renaming my worksheet (to SummaryBak) and using a new worksheet I named Summary. This morning, while changing the codename of Summary, I noticed that, the worksheet SummaryBak was not showing up in the VBE (in the window that lists the Projects, probably called Projects window.) I did a little research on the worksheet, for instance, I checked if it had somehow become protected. Based on the options, it would seem it hasn't. If I make that worksheet the active worksheet, and type, from the immediate window, ? activesheet.name, it says SummaryBak. However, if I type ? worksheet.codename, I get an error: Runtime error 1004, application defined ... As far as I know, this isn't causing me any additional problems, but I can't help wondering if it points to the original problem I was having with not recalculating. If I weren't such a pack rat, I would have already deleted this worksheet, as it has been replaced. However, if any one can shed some light as to what would cause this, I would appreciate a response. Also, if it is a ticking time bomb waiting to explode, please let me know and I will delete post haste. Thanks. -- Kevin Vaughn |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Chip Pearson Wrote: My guess is that the workbook is bordering on the edge of corruption. Something is not right in the way it stores or displays the VBComponents in the project explorer. Whether this will mushroom into wider corruption is anybody's guess. I would recreate the workbook in a new workbook. If you don't you might find yourself unable to open the document at all. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Kevin Vaughn" wrote in message ... I had a problem with a worksheet where the formulas were not recalclulating. I essentially solved it by renaming my worksheet (to SummaryBak) and using a new worksheet I named Summary. This morning, while changing the codename of Summary, I noticed that, the worksheet SummaryBak was not showing up in the VBE (in the window that lists the Projects, probably called Projects window.) Thanks. -- Kevin Vaughn It's not worth taking that chance, so I'll do that. Thanks. -- Kevin Vaughn ------------------------------------------------------------------------ Kevin Vaughn's Profile: http://www.excelforum.com/member.php...o&userid=34857 View this thread: http://www.excelforum.com/showthread...hreadid=550375 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retrieve data from all of the worksheet within the file | Excel Worksheet Functions | |||
Needed: worksheet export help | Excel Discussion (Misc queries) | |||
How can I print my excel worksheet showing formulas in the cells? | Excel Worksheet Functions | |||
Why color formatting not showing on worksheet? | New Users to Excel | |||
Copy from worksheet to another x times | Excel Discussion (Misc queries) |