Thread
:
Problem with macro
View Single Post
03-30-2014, 10:17 AM
macropod
Windows 7 32bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
Try:
Code:
Sub Demo() On Error Resume Next ActiveWorkbook.ActiveSheet.ShowAllData = True End Sub
PS: As mentioned in my last post, please use the code tags when posting code. They're on the 'Go Advanced' tab.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod