Thread: Show all data
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Show all data

Maybe it's because you were filtering a list--not a range.

See your previous post.

Mia wrote:

Hi,

Do anyone know why this code donĀ“t work?

Sub ShowAllRecords()
If ActiveSheet.FilterMode Then
ActiveSheet.ShowAllData
End If
End Sub

//
Mia


--

Dave Peterson