Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to distribute a spreadsheet but and hide the formula. I know I
could use the Excel lock feature (password optional), but I would rather use VBA as the users have a tendency to alter the (very long) formulas. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what I usually do is just fill the cell formulas from VBA ie... leave them
blank right until they are needed. ex in vba range("a1").formular1cr = "=sum(r3c5:r6c7)" "Aaron5" wrote: I would like to distribute a spreadsheet but and hide the formula. I know I could use the Excel lock feature (password optional), but I would rather use VBA as the users have a tendency to alter the (very long) formulas. Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ben. However, like I have mentioned before that the existing
spreadsheet have huge amount of very long formulas (arrays). So it would not be feasible to start from scratch (and I am not great with VBA to say the least). "ben" wrote: what I usually do is just fill the cell formulas from VBA ie... leave them blank right until they are needed. ex in vba range("a1").formular1cr = "=sum(r3c5:r6c7)" "Aaron5" wrote: I would like to distribute a spreadsheet but and hide the formula. I know I could use the Excel lock feature (password optional), but I would rather use VBA as the users have a tendency to alter the (very long) formulas. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide/lock worksheets | Excel Worksheet Functions | |||
Hide and lock cell formulas without affecting Macro? | Excel Discussion (Misc queries) | |||
formula to lock cell? | Excel Discussion (Misc queries) | |||
Lock Columns and Hide Formula's | Excel Worksheet Functions | |||
hide a column and lock it out | Excel Discussion (Misc queries) |