M
MikeM
I have the following macro that for some reason does not work in Excel 2003?
It was created in Excel 2000 and worked fine? Here is a portion of the Macro.
The Selection.Clear does not Clear the "clearme" named range?
Any idea's?
Application.ScreenUpdating = False
Application.Goto Reference:="clearme"
Selection.Clear
Range("D12").Select
If Worksheets("1. Segment Prioritization").Range("S11") = 1 Then
Sheets("Seg (1)").Select
.........
It was created in Excel 2000 and worked fine? Here is a portion of the Macro.
The Selection.Clear does not Clear the "clearme" named range?
Any idea's?
Application.ScreenUpdating = False
Application.Goto Reference:="clearme"
Selection.Clear
Range("D12").Select
If Worksheets("1. Segment Prioritization").Range("S11") = 1 Then
Sheets("Seg (1)").Select
.........