VBA code striped off?

  • Thread starter Thread starter Maxwell
  • Start date Start date
M

Maxwell

I was trying to send a xl file having lot of my macros to
a friend by email. What I found is that the file reaches
there without the VBA code inside. I tried to zip it but
still the code is stripped off. I also tried different
free emails but result is same.

Is there a way around?
Thanks
 
This is probably your email program or his that's interfering. I've sent and
received workbooks containing code without any problems.
 
Maybe if the problem continues then copy and paste the code into a text
file, send this also by email, and get your mate to copy and paste the code
back in when he receives it??????


andym
 
I've had lot's of trouble with McAfee antivirus.

It has some generic macrocleaners that will strip code
IF thisworkbook's code module contains code referencing
the visual basic object module.

Maybe your friend has McAfee running? If so he might have seen
a warning message..





keepITcool

< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >
 
Have you tried zipping it and encrypting it with a password?

Maybe that'll keep the AV's nose out of your bidness!
 
Try giving the file another extention (.txt,...)

Dave Peterson said:
Have you tried zipping it and encrypting it with a password?

Maybe that'll keep the AV's nose out of your bidness!
 

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