lock formular cell in worksheet

Shanaka Fernando

New Member
Joined
Sep 30, 2021
Messages
12
Office Version
  1. 2010
Platform
  1. Windows
i need vba code to lock the formula cell in worksheet, formula =UPPER(SpellNumber()) ,
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Welcome to the Board!

Can you explain in more detail exactly what you are looking for?
To "lock" any cell, you typically use a combination and cell locking and sheet protection (no VBA required).
See: How to lock cells in Excel
 
Upvote 0
i want to lock only formula cell without sheet protection (this workbook is use by multiple users and i want to lock the formula cell without access to edit .)
the formula cell is not stable cell
when users are delete row or add new rows it will be move.
 
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,541
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top