Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how do i freeze columns in excel 2000 ?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default how do i freeze columns in excel 2000 ?

Hi
e.g.
- move the cursor to cell C1
- goto 'Windows - Freeze Panes'

--
Regards
Frank Kabel
Frankfurt, Germany

"Mitutoyo:)" schrieb im
Newsbeitrag ...


  #3   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default how do i freeze columns in excel 2000 ?

Freeze Panes is on the Window menu.

If you want to do it with code then
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activa te
Workbooks("BOOK1.XLS").Worksheets("Sheet1").range( "B2").select
ActiveWindow.FreezePanes = True


"Mitutoyo:)" wrote:


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
2007 Excel sucks - cant freeze multiple rows & columns anymore 2007 Excels sucks99999 Excel Discussion (Misc queries) 3 September 23rd 16 08:33 PM
Freeze multiple rows/columns in Excel 2007 Sean Nelson Excel Discussion (Misc queries) 7 October 6th 11 08:54 AM
Freeze Worksheet Tabs Excel 2000 Mike 2500 Excel Discussion (Misc queries) 1 January 28th 08 02:42 PM
Can I freeze column A and scroll down the other columns in Excel? jlhudson Excel Worksheet Functions 5 April 5th 06 12:53 PM
Freeze rows/columns in Excel Linda Excel Worksheet Functions 1 January 23rd 06 04:37 PM


All times are GMT +1. The time now is 09:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"