Giordano Bruno
Well-known Member
- Joined
- Jan 7, 2007
- Messages
- 1,352
I have some code which works for me, but gives an Error 400 message to another remote user.
MsgBox 1
ActiveSheet.Unprotect Password:="abc"
MsgBox 2
Range("ShiftMonths").Copy
2 is the last message the user receives before the code fails.
"ShiftMonths" is a range on the active worksheet.
I'm at a loss to understand why if fails for him when it works fine for me.
MsgBox 1
ActiveSheet.Unprotect Password:="abc"
MsgBox 2
Range("ShiftMonths").Copy
2 is the last message the user receives before the code fails.
"ShiftMonths" is a range on the active worksheet.
I'm at a loss to understand why if fails for him when it works fine for me.