ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Data Filtering 'Show All' macro (https://www.excelbanter.com/excel-programming/313246-data-filtering-show-all-macro.html)

Andy@d2i

Data Filtering 'Show All' macro
 
Using Excel 2000, I have created a macro that has the same functionality as
the data toolbar command 'Show All' and assigned it to a command button on
the worksheet. How do I modify the macro so that it recognises that the data
is unfiltered and prevents a run-time error '1004'message appearing?

Regards

Andy

Tom Ogilvy

Data Filtering 'Show All' macro
 
Sub AA()
If ActiveSheet.FilterMode Then
ActiveSheet.ShowAllData
End If
End Sub

--
Regards,
Tom Ogilvy


"Andy@d2i" wrote in message
...
Using Excel 2000, I have created a macro that has the same functionality

as
the data toolbar command 'Show All' and assigned it to a command button on
the worksheet. How do I modify the macro so that it recognises that the

data
is unfiltered and prevents a run-time error '1004'message appearing?

Regards

Andy





All times are GMT +1. The time now is 03:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com