View Single Post
 
Old 03-30-2014, 07:57 AM
MS baby MS baby is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Feb 2014
Posts: 11
MS baby is on a distinguished road
Default

Hope i doing right.
Here is my code

Sub Macro1()
'
' Macro1 Macro
'

'
Cells.Select
Selection.EntireColumn.Hidden = False
ActiveSheet.ShowAllData
Range("C1:E1").Select
End Sub
Reply With Quote