C
cparsons
Thanks for the help.
I create the following macro but it seems to be working funny.
With Worksheets(Cur_Month).Range("a7")
ThisWorkbook.Worksheets(Cur_Month).Activate
Range(Cur_Month & "!All_Data").Select
Selection.SpecialCells(xlCellTypeConstants, 23).Select
Selection.ClearContents
End With
It was working great then I saved / closed / and reopen my applicatio
now it gets to the Selection.SpecialCells(xlCellTypeConstants
23).Select, part, I get an error saying "No Cells were found".
What does that mean? I verified that the range I want selected i
selected but I still get that error
I create the following macro but it seems to be working funny.
With Worksheets(Cur_Month).Range("a7")
ThisWorkbook.Worksheets(Cur_Month).Activate
Range(Cur_Month & "!All_Data").Select
Selection.SpecialCells(xlCellTypeConstants, 23).Select
Selection.ClearContents
End With
It was working great then I saved / closed / and reopen my applicatio
now it gets to the Selection.SpecialCells(xlCellTypeConstants
23).Select, part, I get an error saying "No Cells were found".
What does that mean? I verified that the range I want selected i
selected but I still get that error