<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #000000}p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #000000; min-height: 14.0px}</style>
I have a worksheet with columns A1-A10 with a formala which calculate B1-B10 values which are inputted by a user.
Im looking for a VBA script that would let me save the entered values in B1-B10 by pressing a button?
Ive tried everything and just cannot seem to get it to work.
Any help would be really appreciated.
Thanks,
Matt
I have a worksheet with columns A1-A10 with a formala which calculate B1-B10 values which are inputted by a user.
- I would like to lock A1-A10 so that the user cannot change the formula (project from editing).
- I would also like the user to be able to enter values in B1-B10 and when done save the numbers (projected from editing) so they cannot later be changed.
- I don’t want to lock the entire book from editing as I have cell that the user will need to update regularly.
Im looking for a VBA script that would let me save the entered values in B1-B10 by pressing a button?
Ive tried everything and just cannot seem to get it to work.
Any help would be really appreciated.
Thanks,
Matt