Removing Personal Information (Author etc)

  • Thread starter Thread starter Shashi Bhosale
  • Start date Start date
S

Shashi Bhosale

I want to create a servey form which will record certain information.
But when i save excel doument it should not save any personal data so that
no one would know who created the document.
Is there a Macro code which will acheive saving the document without any
personal information.

Thanks in advance,

Shashi
 
You are looking to remove the meta data and there is lots of different meta
data stored. Exactly what do you want to delete. There is different code for
each peice of data, and some of the data can not be removed via VBA. If you
want to remove all of it there a a bunch of off the shelf programs to do it
for you. Here is a link...
http://support.microsoft.com/?kbid=223789
 
Found this article recently. It links to a Microsoft
utility that saves the Excel file without metadata.
However, I believe this would have to be installed on
everyone's machine and used when they save it.

I would like a VB script that does the same thing, so
that it would ride with the spreadsheet, but I haven't
found one yet.

http://blogs.ittoolbox.com/bi/spreadsheet/archives/001195.
asp

Don
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top