Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I hope one of you can help me here -
I've a large workbook (several worksheets within; no chart-sheets or otherwise) that I've created pro bono for local public agencies. Problem I am having is that when loading it on a system with moderate macro security, it issues the "do you want to really do this" sort of msg, with "Enable Macros", "Eat More Burritos", etc. sort of pane. Further, even though no change might have been made to the wkbk, Excel (2003 and later) prompts for a "Save Changes?" when closing. While I thought of embedding macros, I didn't finish, nor finalize, such. When looking at the wkbk with VBA, I see no code traces. Rob B's excellent Code Cleaner found no code to clean. Can someone plz give me guidance as to how to get this workbook back to its "virgin" state (i.e., plain ol' workbook that won't trigger macro alerts)? Normally I wouldn't bother, but because I am dealing with governments, well, the current behavior is a real drag. TIA, and regards to the "old-timers" here- Dave Braden Excel MVP for a few years, some time ago |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
wild guess. does the vb editor have any empty modules? this would trigger a macro alert. Regards FSt1 "Dave Braden" wrote: Hi, I hope one of you can help me here - I've a large workbook (several worksheets within; no chart-sheets or otherwise) that I've created pro bono for local public agencies. Problem I am having is that when loading it on a system with moderate macro security, it issues the "do you want to really do this" sort of msg, with "Enable Macros", "Eat More Burritos", etc. sort of pane. Further, even though no change might have been made to the wkbk, Excel (2003 and later) prompts for a "Save Changes?" when closing. While I thought of embedding macros, I didn't finish, nor finalize, such. When looking at the wkbk with VBA, I see no code traces. Rob B's excellent Code Cleaner found no code to clean. Can someone plz give me guidance as to how to get this workbook back to its "virgin" state (i.e., plain ol' workbook that won't trigger macro alerts)? Normally I wouldn't bother, but because I am dealing with governments, well, the current behavior is a real drag. TIA, and regards to the "old-timers" here- Dave Braden Excel MVP for a few years, some time ago . |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks "FSt1" - But nope, no empty modules I can detect. Although I'm
not quite in the league of Excel programmers per se of Bovey and Bullen (say), I am darn close - well, my Mom thinks so, at least. So did Microsoft. If someone has an idea of how I might transfer a workbook's sheets, formulas intact, to a new one, that might do the trick. Problem I have is that my workbook (usual practice) has a sheet for core assumptions, which feed other sheets. Some of these "fed" sheets are very, very large. Regards, Dave B FSt1 wrote: hi wild guess. does the vb editor have any empty modules? this would trigger a macro alert. Regards FSt1 "Dave Braden" wrote: Hi, I hope one of you can help me here - I've a large workbook (several worksheets within; no chart-sheets or otherwise) that I've created pro bono for local public agencies. Problem I am having is that when loading it on a system with moderate macro security, it issues the "do you want to really do this" sort of msg, with "Enable Macros", "Eat More Burritos", etc. sort of pane. Further, even though no change might have been made to the wkbk, Excel (2003 and later) prompts for a "Save Changes?" when closing. While I thought of embedding macros, I didn't finish, nor finalize, such. When looking at the wkbk with VBA, I see no code traces. Rob B's excellent Code Cleaner found no code to clean. Can someone plz give me guidance as to how to get this workbook back to its "virgin" state (i.e., plain ol' workbook that won't trigger macro alerts)? Normally I wouldn't bother, but because I am dealing with governments, well, the current behavior is a real drag. TIA, and regards to the "old-timers" here- Dave Braden Excel MVP for a few years, some time ago . |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Jan Karel Pieterse has a "rebuild bad workbooks" product that he sells.
http://www.jkp-ads.com/ProductsRemediation.asp You may want to see if he has a special discount for former MVPs who are working on pro bono projects <vbg. "Susan B." wrote: Thanks "FSt1" - But nope, no empty modules I can detect. Although I'm not quite in the league of Excel programmers per se of Bovey and Bullen (say), I am darn close - well, my Mom thinks so, at least. So did Microsoft. If someone has an idea of how I might transfer a workbook's sheets, formulas intact, to a new one, that might do the trick. Problem I have is that my workbook (usual practice) has a sheet for core assumptions, which feed other sheets. Some of these "fed" sheets are very, very large. Regards, Dave B FSt1 wrote: hi wild guess. does the vb editor have any empty modules? this would trigger a macro alert. Regards FSt1 "Dave Braden" wrote: Hi, I hope one of you can help me here - I've a large workbook (several worksheets within; no chart-sheets or otherwise) that I've created pro bono for local public agencies. Problem I am having is that when loading it on a system with moderate macro security, it issues the "do you want to really do this" sort of msg, with "Enable Macros", "Eat More Burritos", etc. sort of pane. Further, even though no change might have been made to the wkbk, Excel (2003 and later) prompts for a "Save Changes?" when closing. While I thought of embedding macros, I didn't finish, nor finalize, such. When looking at the wkbk with VBA, I see no code traces. Rob B's excellent Code Cleaner found no code to clean. Can someone plz give me guidance as to how to get this workbook back to its "virgin" state (i.e., plain ol' workbook that won't trigger macro alerts)? Normally I wouldn't bother, but because I am dealing with governments, well, the current behavior is a real drag. TIA, and regards to the "old-timers" here- Dave Braden Excel MVP for a few years, some time ago . -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the lead, Dave. I'll let you guys know how it works out for
my particular case. Dave B Dave Peterson wrote: Jan Karel Pieterse has a "rebuild bad workbooks" product that he sells. http://www.jkp-ads.com/ProductsRemediation.asp You may want to see if he has a special discount for former MVPs who are working on pro bono projects <vbg. "Susan B." wrote: Thanks "FSt1" - But nope, no empty modules I can detect. Although I'm not quite in the league of Excel programmers per se of Bovey and Bullen (say), I am darn close - well, my Mom thinks so, at least. So did Microsoft. If someone has an idea of how I might transfer a workbook's sheets, formulas intact, to a new one, that might do the trick. Problem I have is that my workbook (usual practice) has a sheet for core assumptions, which feed other sheets. Some of these "fed" sheets are very, very large. Regards, Dave B FSt1 wrote: hi wild guess. does the vb editor have any empty modules? this would trigger a macro alert. Regards FSt1 "Dave Braden" wrote: Hi, I hope one of you can help me here - I've a large workbook (several worksheets within; no chart-sheets or otherwise) that I've created pro bono for local public agencies. Problem I am having is that when loading it on a system with moderate macro security, it issues the "do you want to really do this" sort of msg, with "Enable Macros", "Eat More Burritos", etc. sort of pane. Further, even though no change might have been made to the wkbk, Excel (2003 and later) prompts for a "Save Changes?" when closing. While I thought of embedding macros, I didn't finish, nor finalize, such. When looking at the wkbk with VBA, I see no code traces. Rob B's excellent Code Cleaner found no code to clean. Can someone plz give me guidance as to how to get this workbook back to its "virgin" state (i.e., plain ol' workbook that won't trigger macro alerts)? Normally I wouldn't bother, but because I am dealing with governments, well, the current behavior is a real drag. TIA, and regards to the "old-timers" here- Dave Braden Excel MVP for a few years, some time ago . |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Dave
Can someone plz give me guidance as to how to get this workbook back to its "virgin" state (i.e., plain ol' workbook that won't trigger macro alerts)? Normally I wouldn't bother, but because I am dealing with governments, well, the current behavior is a real drag. I expect the fastest way is to do a save-as to 2007's xlsx file format. BTW: if you want the tool Dave referred to, send me an email. Address is on the bottom of each page of my website. Regards, Jan Karel Pieterse Excel MVP http://www.jkp-ads.com Member of: Professional Office Developer Association www.proofficedev.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) |