Originally Posted by humdingaling Set WorkRng = Intersect(Application.ActiveSheet.Range("h:h","m:m","p:p"), Target) Managed to get it working with the following changes: Set WorkRng = Intersect(Application.ActiveSheet.Range("H:H,M:M,P:P"), Target) Thanks for your help, much appreciated.
Set WorkRng = Intersect(Application.ActiveSheet.Range("h:h","m:m","p:p"), Target)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Forum Rules
Bookmarks