View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
aarslev aarslev is offline
external usenet poster
 
Posts: 1
Default Run-time error 1004

Anyone - help!

I've got this scenario: Excel 2002 with a sheet where the followng
error comes up:

Run-time error '1004'
Application-defined or object-defined error. When I start the debugger
the following VBA line comes up:

Cells.Select
Selection.Sort Key1:=Range("A1"), Order1:=xlAscending,
Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom,
_
DataOption1:=xlSortNormal
End Sub

I can't see the error here. Please help - and merry Christmas to You
all!


---
Message posted from http://www.ExcelForum.com/