Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default "Application.ScreenUpdating = False" on the intranet

I'd guess that since you're viewing the workbook in a browser (MSIE/Firefox),
then excel sees the application as that browser--not excel itself.

Maybe you can use:
Thisworkbook.parent.screenupdating = false

But that's just a guess from someone who doesn't speak the internets stuff.

KSO wrote:

How come a "Application.ScreenUpdating = False" an later a
"Application.ScreenUpdating = True" won't work ?

The screen doesn't update !

Why ?

KS, Denmark


--

Dave Peterson
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default "Application.ScreenUpdating = False" on the intranet

Do you change the .screenupdating back to true?



KSO wrote:

In the first place it seems better but then I click on one of the sheet tabs
..... ups, the sheet disapeared ..... click on the next sheet tab .... ups,
disapeared too !

not a good solution !

KSO, Denmark

"Dave Peterson" wrote:

I'd guess that since you're viewing the workbook in a browser (MSIE/Firefox),
then excel sees the application as that browser--not excel itself.

Maybe you can use:
Thisworkbook.parent.screenupdating = false

But that's just a guess from someone who doesn't speak the internets stuff.

KSO wrote:

How come a "Application.ScreenUpdating = False" an later a
"Application.ScreenUpdating = True" won't work ?

The screen doesn't update !

Why ?

KS, Denmark


--

Dave Peterson


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default "Application.ScreenUpdating = False" on the intranet

And then it worked?????

I don't have a guess either way.

KSO wrote:

Yes - in the same way

Thisworkbook.parent.screenupdating = True

KSO, Denmark

"Dave Peterson" wrote:

Do you change the .screenupdating back to true?



KSO wrote:

In the first place it seems better but then I click on one of the sheet tabs
..... ups, the sheet disapeared ..... click on the next sheet tab .... ups,
disapeared too !

not a good solution !

KSO, Denmark

"Dave Peterson" wrote:

I'd guess that since you're viewing the workbook in a browser (MSIE/Firefox),
then excel sees the application as that browser--not excel itself.

Maybe you can use:
Thisworkbook.parent.screenupdating = false

But that's just a guess from someone who doesn't speak the internets stuff.

KSO wrote:

How come a "Application.ScreenUpdating = False" an later a
"Application.ScreenUpdating = True" won't work ?

The screen doesn't update !

Why ?

KS, Denmark

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default "Application.ScreenUpdating = False" on the intranet

Sorry, you're out of my depth. Maybe someone else will jump in.

KSO wrote:

It gets more and more spooky !

I now had "out commented" ALL my "screenupdating" - both setting it "False"
and "True".

Then in the first place it seems to work, but when I click somewhere on the
screen - the window gets, (not minimized, not maximized) is it called
"restored"!

If I click on one of the sheet tabs - it disappeares ! ..... click on
another one .. disappeares too ..... !!!!

When I click on the X-button to close it asks me if I wont to save a new
projectfolder ....... what the Heck is wrong here ??

When I work with the file locally it work just fine - with or without
"screenupdating" - but it looks better with the "screenupdating" on and of at
the right places - but on the intranet it is a total mess !!!!!

HILFE !!!!!

KSO, Denmark

"Dave Peterson" wrote:

Do you change the .screenupdating back to true?



KSO wrote:

In the first place it seems better but then I click on one of the sheet tabs
..... ups, the sheet disapeared ..... click on the next sheet tab .... ups,
disapeared too !

not a good solution !

KSO, Denmark

"Dave Peterson" wrote:

I'd guess that since you're viewing the workbook in a browser (MSIE/Firefox),
then excel sees the application as that browser--not excel itself.

Maybe you can use:
Thisworkbook.parent.screenupdating = false

But that's just a guess from someone who doesn't speak the internets stuff.

KSO wrote:

How come a "Application.ScreenUpdating = False" an later a
"Application.ScreenUpdating = True" won't work ?

The screen doesn't update !

Why ?

KS, Denmark

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
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
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
How to set Application.ScreenUpdating = False for Gen use David_Williams_PG () Excel Discussion (Misc queries) 1 August 15th 06 12:06 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
IF(VLOOKUP("MYDATA", MYNAME, 4) = 0, "TRUE", "FALSE") Souris Excel Programming 2 August 17th 05 05:33 AM
Application.Screenupdating not "always" working? Joe 90 Excel Programming 10 September 29th 03 09:16 PM


All times are GMT +1. The time now is 02:46 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"