Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel
external usenet poster
 
Posts: 2
Default Slow RowHeight behavior

Hi Kevin,

Kevin McCartney a écrit :

Check your desktop properties relating to the screen resolution and color
quality properties. I've had it in the past where some one wanted to select
the entire sheet and it took forever because the machine had little RAM, but
after turning the color quality to low it ran as quick as ever, it could be
somthing similar, but give it a try, it may be that the two user logins have
different screen settings.

HTH and let us know how you get on.


Thanks for your tip. In the mean time i found a solution that solves my
problem. I noticed that the problem only occurs on sheets with the page
break displayed. So i add the follwing instructions before the changes
on the row height and auto fits.

ActiveWindow.View = xlNormalView
ActiveWindow.Zoom = 100
ActiveSheet.DisplayPageBreaks = False

After the height changes, I added this instruction to restore the
initial state.

ActiveWindow.View = xlPageBreakPreview


I still do not understand why the problem only occurs on some logins,
but i give up my investigations. In my case, the machine has enough
ram, and the display settings are the same.

Marc Klein

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
Is RowHeight=0 the same as Hidden Michelle Excel Discussion (Misc queries) 4 February 22nd 10 02:02 PM
Find 4.75 and Replace with 12.75 ( Rowheight ) Steved Excel Discussion (Misc queries) 2 June 5th 08 02:34 AM
RowHeight automatically change when user does ALT+ENTER for linefe Tom Ogilvy Excel Programming 0 September 15th 04 03:11 PM
Automatically changing the rowheight Ajit[_4_] Excel Programming 2 February 26th 04 03:01 PM
autofit rowheight after auto change line RC[_3_] Excel Programming 1 January 16th 04 12:31 PM


All times are GMT +1. The time now is 07:02 PM.

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

About Us

"It's about Microsoft Excel"