var fDesc=new Array(); fDesc[0] = "Protect VBA Code protects VBA projects from password cracking in MS Excel, Word, PowerPoint, Access, Publisher, Outlook, FrontPage, PowerPoint, Project and most other file types.
There are several password recovery tools on the Internet anybody could misuse to get your code, if you protect it with a VBA password, since it can be removed regardless of its length and complexity."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }