Hi All,
Thanks in advance for any help you can offer.
I am pulling data from a shared woorkbook tool. I am having trouble unsorting the woorkbook data prior to pulling it in.
Activesheet.Show all data works great, but errors out if no data is sorted. Is there somethgin I can do to find out if the data is sorted?
This does not work, but is basically what I am attempting to do..
If Cells.Sort = True Then
ActiveSheet.ShowAllData
Else
End If
Thanks in advance for any help you can offer.
I am pulling data from a shared woorkbook tool. I am having trouble unsorting the woorkbook data prior to pulling it in.
Activesheet.Show all data works great, but errors out if no data is sorted. Is there somethgin I can do to find out if the data is sorted?
This does not work, but is basically what I am attempting to do..
If Cells.Sort = True Then
ActiveSheet.ShowAllData
Else
End If