3rd time lucky:
Quote Originally Posted by p45cal View Post
Also it could be a bit more robust to use
Set wsMaster = Sheets("Master")
instead of:
Set wsMaster = ActiveSheet
in case the active sheet isn't the right sheet when you start your macro.