Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How can I best "scrub" a wkbk of "phantom macros"?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default How can I best "scrub" a wkbk of "phantom macros"?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How can I best "scrub" a wkbk of "phantom macros"?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How can I best "scrub" a wkbk of "phantom macros"?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How can I best "scrub" a wkbk of "phantom macros"?

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   Report Post  
Posted to microsoft.public.excel.misc
JKP JKP is offline
external usenet poster
 
Posts: 2
Default How can I best "scrub" a wkbk of "phantom macros"?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM


All times are GMT +1. The time now is 10:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"