M
Marilyn
Hello
Below is my code. It seems to work but... I keep getting an hour glass
everytime I select A27
I have 7 differenct contracts so I will repeat it using else if
Customer has to be able to alter the range
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Range("e6").Value = "Contract C" Then
Worksheets("Sheet3").Range("A3
40").Copy Worksheets("Mine").Range("A27")
Range("A27").Select
Else
If Range("e6").Value = "" Then
Range("A27
64").Value = ""
Below is my code. It seems to work but... I keep getting an hour glass
everytime I select A27
I have 7 differenct contracts so I will repeat it using else if
Customer has to be able to alter the range
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Range("e6").Value = "Contract C" Then
Worksheets("Sheet3").Range("A3
Range("A27").Select
Else
If Range("e6").Value = "" Then
Range("A27