$$Excel-Macros$$

2011-09-02 Thread Udin Haeruddin
-- == Haeruddin, S.Pd == -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/

Re: $$Excel-Macros$$ BarHide

2011-08-25 Thread Udin Haeruddin
how about hiding row and column heading for all sheet using VBA? Why the code below doesn't work? *Sub HideRowColEntireWorkbook()* > Dim sh As Worksheet > For each sh in ThisWorkbook.Worksheets > sh.DisplayHeadings=False > Next sh > *End Sub* > 2011/8/25 NOORAIN ANSARI > Dear Sajid, > > Pls try