Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Cleaning up excel & Digital signatures

Hi,

I've gradually created a tool, with lots of macro's and
data. I now want to make template of the file to get it
used by others.

Problem: after deleting the data in the excel worksheets,
I get the feeling the filesize it too big to my liking
and I guess it's due to 'leftovers' by excel. Is there a
way to clean up excel files? (manually or automatically)

Problem: is a personal digital signature of any use to
allow users not having to get the annoying pop up time
after time? Can they add my key? How?

thanks in advance,
Christof
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Cleaning up excel & Digital signatures

Too keep the file size of your Excel file with VBA code to a minimum, you may try the utility called "VBA Cleaner" by Rob Bovery

The download link is
http://www.appspro.com/downloads/CodeCleaner.ex

Note: Please read very carefully all usage guide and instructions before using the tool. And use it very carefully

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Cleaning up excel & Digital signatures


I've found that sometimes even the code cleaner wont reduce file size
enough, as the "dirt" is in the worksheets.


The only option then is to create a new file:

delete columns/rows beyond last data cell.
copy the worksheets to a new file
copy the modules, object modules and forms to that file
(verify links is empty)
(verify named ranges)

Save the new workbook.


suc6

keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


?B?RWR3aW4gVGFtIChNUyBNVlAp?= wrote:

Too keep the file size of your Excel file with VBA code to a minimum,
you may try the utility called "VBA Cleaner" by Rob Bovery.

The download link is:
http://www.appspro.com/downloads/CodeCleaner.exe

Note: Please read very carefully all usage guide and instructions
before using the tool. And use it very carefully.



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
Digital signatures in Excel 2003 workbook AngeloG Excel Discussion (Misc queries) 0 May 27th 08 08:38 PM
Digital signatures in Excel Santi Excel Worksheet Functions 2 January 2nd 07 02:19 PM
Digital Signatures Laura Cook Excel Discussion (Misc queries) 2 August 5th 05 09:40 PM
Can I insert digital signatures into an Excel cell? DrewAtNucorUtah Excel Discussion (Misc queries) 1 December 15th 04 06:00 PM
Digital Signatures Mr P M Edy Excel Programming 0 July 26th 03 08:59 PM


All times are GMT +1. The time now is 07:15 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"