I did this, but now I have a reference to range error, what's wrong wit
this?
Code
-------------------
ActiveWorkbook.Worksheets("Sales Invoice").Range("B2

57").Select
Selection.Locked = True
Selection.FormulaHidden = False
Worksheets("Customer Invoice").Range("B2

56").Select
Selection.Locked = True
Selection.FormulaHidden = False
ActiveWorkbook.Worksheets("Sales Invoice").Range("C19").Selec
-------------------
I did have ActiveWorkbook.Worksheets("Custome
Invoice").Range("B2

57").Select for that line, and it gave the sam
problem...do I have to activate the worksheet