Hi
I want to learn when I use := or () or "argument" when I use a function. I tried to write workbooks(1). protect in 3 ways and they all works! which got me more confused. Why the 3 of them accepted.
Workbooks(1).Protect "123"
Workbooks(1).Protect ("123")
Workbooks(1).Protect password...