Thread
:
Solver via VBA on protected sheet problem
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Solver via VBA on protected sheet problem
Put before the Solver call: ActiveSheet.Unprotect "pwd"
Put after the Solver call: ActiveSheet.Protect Password:="pwd", _
DrawingObjects:=True, _
Contents:=True,
Scenarios:=True
HTH,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet