Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sorry to be asking the very basic questions which the respected
participants(experts and novices)would find boring. I need help. 1. How to change the name from module1,module2 etc to desirednames in 2003 version. 2. can someone please give those few lines to make the modules unobservable. I need to hide the codes. -- beetal( meaning of Be' taal is Enlightened Ghost!) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. Select the module in the project explorer window, then in the properties
window, change the name. 2. You cannot selectively protect just one module, you have protect the entire project. Right click on the project in the project explorer, choose XXX Properties, and fill out the items on the Protection tab. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "BEETAL" wrote in message ... sorry to be asking the very basic questions which the respected participants(experts and novices)would find boring. I need help. 1. How to change the name from module1,module2 etc to desirednames in 2003 version. 2. can someone please give those few lines to make the modules unobservable. I need to hide the codes. -- beetal( meaning of Be' taal is Enlightened Ghost!) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sir,
Thanks for the help. BUT, I need to make the project Unobservable. Last time some guy did hack into the password after running a software. I had a few lines of code which made the project unobservable. The lines were in the module itself. Obviously I cann't see them anymore. The lines were again provided by an expert. Please try a little harder. Thank you,Sir. -- beetal "Jon Peltier" wrote: 1. Select the module in the project explorer window, then in the properties window, change the name. 2. You cannot selectively protect just one module, you have protect the entire project. Right click on the project in the project explorer, choose XXX Properties, and fill out the items on the Protection tab. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "BEETAL" wrote in message ... sorry to be asking the very basic questions which the respected participants(experts and novices)would find boring. I need help. 1. How to change the name from module1,module2 etc to desirednames in 2003 version. 2. can someone please give those few lines to make the modules unobservable. I need to hide the codes. -- beetal( meaning of Be' taal is Enlightened Ghost!) |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying harder will not give you a better answer. There is no way to fully
secure your VBA code. Whilst the project password will keep out most casual users if someone hacks into your password your project and all its modules become viewable. Only way to make your code more secure is with a different language, though even most of these are not 100% secure except perhaps the closely related VB(6) Regards, Peter T "BEETAL" wrote in message ... Sir, Thanks for the help. BUT, I need to make the project Unobservable. Last time some guy did hack into the password after running a software. I had a few lines of code which made the project unobservable. The lines were in the module itself. Obviously I cann't see them anymore. The lines were again provided by an expert. Please try a little harder. Thank you,Sir. -- beetal "Jon Peltier" wrote: 1. Select the module in the project explorer window, then in the properties window, change the name. 2. You cannot selectively protect just one module, you have protect the entire project. Right click on the project in the project explorer, choose XXX Properties, and fill out the items on the Protection tab. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "BEETAL" wrote in message ... sorry to be asking the very basic questions which the respected participants(experts and novices)would find boring. I need help. 1. How to change the name from module1,module2 etc to desirednames in 2003 version. 2. can someone please give those few lines to make the modules unobservable. I need to hide the codes. -- beetal( meaning of Be' taal is Enlightened Ghost!) |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes Mr. MVP Expert sir. Try a little harder. ;) ::: ducking :::
I'm sorry I'm not going to be able to come to Atlantic City at the end of the month. Maybe next year. Barb Reinhardt "Jon Peltier" wrote: 1. Select the module in the project explorer window, then in the properties window, change the name. 2. You cannot selectively protect just one module, you have protect the entire project. Right click on the project in the project explorer, choose XXX Properties, and fill out the items on the Protection tab. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "BEETAL" wrote in message ... sorry to be asking the very basic questions which the respected participants(experts and novices)would find boring. I need help. 1. How to change the name from module1,module2 etc to desirednames in 2003 version. 2. can someone please give those few lines to make the modules unobservable. I need to hide the codes. -- beetal( meaning of Be' taal is Enlightened Ghost!) |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How much harder should I try? WOULD ALL CAPS BE HARDER?
You are claiming that the project was not visible in the VB editor? I have not heard of such a thing, unless you are referring to a COM add-in, which should be more uncrackable than VBA. At best, Excel and VBA security provides an inconvenience to someone who really wants to see your code. It would take me five minutes to find my notes on how to crack your code, and probably 30 seconds to actually do it. I don't do this, because most code isn't worth cracking. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "BEETAL" wrote in message ... Sir, Thanks for the help. BUT, I need to make the project Unobservable. Last time some guy did hack into the password after running a software. I had a few lines of code which made the project unobservable. The lines were in the module itself. Obviously I cann't see them anymore. The lines were again provided by an expert. Please try a little harder. Thank you,Sir. -- beetal "Jon Peltier" wrote: 1. Select the module in the project explorer window, then in the properties window, change the name. 2. You cannot selectively protect just one module, you have protect the entire project. Right click on the project in the project explorer, choose XXX Properties, and fill out the items on the Protection tab. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "BEETAL" wrote in message ... sorry to be asking the very basic questions which the respected participants(experts and novices)would find boring. I need help. 1. How to change the name from module1,module2 etc to desirednames in 2003 version. 2. can someone please give those few lines to make the modules unobservable. I need to hide the codes. -- beetal( meaning of Be' taal is Enlightened Ghost!) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Naming a range in a module | Excel Programming | |||
Making modifications to macro module from R. De Bruin | Excel Programming | |||
Worksheet naming using visual basic | Excel Worksheet Functions | |||
Module naming | Excel Programming | |||
Making for adding and naming a new sheet | Excel Discussion (Misc queries) |