Does MDE FILE CONTAIN REM'D CODE?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Am I right in believing I do NOT need to clear rem'd code (preceded by ' in
case I have used wrong term) in my origin mdb file before making a mde file -
I wish to keep rem'd code in my original mdb master?

Is my reasoning correct that if an mde file contains no code (as it is
machine-compiled) you do not need to clear rem'd code from the mdb file
first? Or is this sloppy practice?

TIA
 
In milest typed:
Am I right in believing I do NOT need to clear rem'd code
(preceded
by ' in case I have used wrong term) in my origin mdb file
before
making a mde file - I wish to keep rem'd code in my
original mdb
master?

Is my reasoning correct that if an mde file contains no
code (as it is
machine-compiled) you do not need to clear rem'd code from
the mdb
file first? Or is this sloppy practice?

TIA

You do not need to clear commented or remarked code from vba
before making an mde file.

--
Nick Coe (UK)
AccHelp v1.01 Access Application Help File Builder
http://www.alphacos.co.uk/
Download Free Copy
----
 
It's probably a waste of time to remove comments even if you *don't* plan to
create an MDE. The authors of the Access 97 Developers' Handbook reported
that they could detect no performance improvement as a result of removing
comments from code. (They seem to have dropped this test from later editions
of the book).

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
Back
Top