vb_student
Jan 19th, 2005, 10:42 AM
Hello
I found this line in my code, i tried looking at the properties online but MS does not give a good description. can you guys tell me whether this line of code ensures that i cannot open the worksheet anywehere else but in excel?
myFile.Worksheets("mysheet").protect DrawingObjects:=True, Contents:=True, Scenarios:=True
I found this line in my code, i tried looking at the properties online but MS does not give a good description. can you guys tell me whether this line of code ensures that i cannot open the worksheet anywehere else but in excel?
myFile.Worksheets("mysheet").protect DrawingObjects:=True, Contents:=True, Scenarios:=True