ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Help with hidden columns (https://www.excelbanter.com/excel-programming/426285-re-help-hidden-columns.html)

Gary''s Student

Help with hidden columns
 
Try:

Sub ShowMeAnA()
With Columns("A:A")
.ColumnWidth = 10
.EntireColumn.Hidden = False
End With
ActiveWindow.FreezePanes = False
Application.Goto reference:=Range("A1"), scroll:=True
End Sub



--
Gary''s Student - gsnu200842


"Ayo" wrote:

I have a sheet where the first column is not showing, column A, and when I
try unhide, that doesn't seem to work. And I think it is creating a problem
when I try to "Move or Copy" the sheet to another workbook.
Any ideas?

This is Excel 2007.



All times are GMT +1. The time now is 01:30 PM.

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