Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Worksheet, Hidden Columns, .CSV Format Saves Hidden Column Da | Excel Discussion (Misc queries) | |||
Copy and Paste with hidden columns remaining hidden | Excel Discussion (Misc queries) | |||
Hidden rows columns won't stay hidden | Excel Worksheet Functions | |||
Hidden Columns No Longer Hidden after Copying Worksheet? | Excel Discussion (Misc queries) | |||
How to keep hidden columns hidden using protection | Excel Discussion (Misc queries) |