Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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:D40").Copy Worksheets("Mine").Range("A27") Range("A27").Select Else If Range("e6").Value = "" Then Range("A27:D64").Value = "" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NO REPEATS | Charts and Charting in Excel | |||
No repeats of name in same colum | Excel Discussion (Misc queries) | |||
Unwanted Repeats | Excel Worksheet Functions | |||
Count repeats | Excel Worksheet Functions | |||
no repeats in a column | Excel Worksheet Functions |