Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Is there a way to hide the VBA function or subroutine in excell

I create functions to be used in excell spreadsheet. But
need to hide these function so the user can not view the
code and/or alter the code. Is there a way to do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Is there a way to hide the VBA function or subroutine in excell

Hoang, To protect the VBA project, from your workbook right-click the
workbook's icon and pick View Code. This icon is to the left of the "File"
menu this will open the VBA editor, in the left hand window right click on
your workbook name and select VBA project properties, protection, check lock
project for viewing and set a password. Press Alt and Q to close this window
and go back to your workbook and save and close the file.
This password can be hacked with third party software, but will keep most
people out.
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 97 & 2000
** remove news from my email address to reply by email **

"Hoang Yen" wrote in message
...
I create functions to be used in excell spreadsheet. But
need to hide these function so the user can not view the
code and/or alter the code. Is there a way to do this?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Is there a way to hide the VBA function or subroutine in excell

Yes. Point the pointer at Module and right click. select
VBA property. here you can set the password to hide the
code.
-----Original Message-----
I create functions to be used in excell spreadsheet. But
need to hide these function so the user can not view the
code and/or alter the code. Is there a way to do this?
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Call a subroutine using variable subroutine name dhstein Excel Discussion (Misc queries) 3 July 26th 09 08:28 PM
excell hide feature mherman Excel Discussion (Misc queries) 1 May 15th 08 03:35 PM
How can i hide comments given in Excell sheet Hide comments which are visible Excel Discussion (Misc queries) 1 March 22nd 07 06:14 AM
Function Calling Subroutine Curare Excel Programming 1 February 24th 04 07:11 PM
how to make a link to a function or subroutine... Pablo Chemes Excel Programming 2 December 4th 03 06:38 PM


All times are GMT +1. The time now is 05:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"