Thread
:
Error msg for "ShowAll"?
View Single Post
#
2
Posted to microsoft.public.excel.programming
kkknie[_149_]
external usenet poster
Posts: 1
Error msg for "ShowAll"?
Try:
On Error Resume Next
ActiveSheet.ShowAllData
If Err.Number < 0 Then Msgbox "All data is being shown"
On Error Goto 0
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
kkknie[_149_]
View Public Profile
Find all posts by kkknie[_149_]