M
msenquiry
Hi,
I have some excel Macro files which is running fine in my office 97. After
upgrade the office to 2003, I find a stream of problem....
ActiveSheet.PivotTables("PivotTable4").PivotSelect "PARENT_NO.[All;Total]",
_
xlDataAndLabel
Selection.sort Key1:="R4C6", Order1:=xlDescending, Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlTopToBottom
Selection.Delete
Selection.sort does not work under the case when I multiple select (multiple
select but not in sequence) the excel row....
EDATA, WORKDAY, EOMONTH all did not work in office 2003, I have already
checked all items in Add-Ins, but it does not help...
Thanks!
Sylvia
I have some excel Macro files which is running fine in my office 97. After
upgrade the office to 2003, I find a stream of problem....
ActiveSheet.PivotTables("PivotTable4").PivotSelect "PARENT_NO.[All;Total]",
_
xlDataAndLabel
Selection.sort Key1:="R4C6", Order1:=xlDescending, Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlTopToBottom
Selection.Delete
Selection.sort does not work under the case when I multiple select (multiple
select but not in sequence) the excel row....
EDATA, WORKDAY, EOMONTH all did not work in office 2003, I have already
checked all items in Add-Ins, but it does not help...
Thanks!
Sylvia