Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
How to set a specific column always visible in the excel sheet |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Are you looking to ensure that the user can not hide the column or do you
wnat the column to remain visible while the user scrolls left to right. To ensure that the user cna not hie dht column you need to protect the worksheet. Tools - Protection - Protect Sheet To ensure that a column always stays visible when the user scrolls left to right you can use Freeze Panes. You can look that up in the help to see how it works... -- HTH... Jim Thomlinson "Ahmed Maaloul" wrote: Hello, How to set a specific column always visible in the excel sheet |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ahmed,
I'm not sure precisely whay you mean but this Private Sub Worksheet_Activate() Application.GoTo Cells(1, 10), True End Sub would ensure column 10 (J) would be the leftmost column every time the sheet is selected. Right click the sheet, view code and paste it in Mike "Ahmed Maaloul" wrote: Hello, How to set a specific column always visible in the excel sheet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert an excel sheet to txt with specific column size | Excel Discussion (Misc queries) | |||
Finding Number of cells in a column of other sheet having a specific word in them | New Users to Excel | |||
Copy a whole Word doc into Excel sheet & keep it all visible? | Excel Discussion (Misc queries) | |||
Excel sheet not visible | Excel Discussion (Misc queries) |