Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Unable to set the Display Alerts property of the application class

I have an Excel spreadsheet accessed via a company intranet. I am
experiencing the above error when tying to turn off display alerts via
VBA. Can anyone help?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Unable to set the Display Alerts property of the application class

Never seen that one. Maybe this ?
http://support.quickbooks.intuit.com...2/b1e9c8a.html

Otherwise, show your code.

NickHK

"PhilM" wrote in message
ups.com...
I have an Excel spreadsheet accessed via a company intranet. I am
experiencing the above error when tying to turn off display alerts via
VBA. Can anyone help?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Unable to set the Display Alerts property of the application class

On 29 Jun, 10:12, "NickHK" wrote:
Never seen that one. Maybe this ?http://support.quickbooks.intuit.com...2/b1e9c8a.html

Otherwise, show your code.

NickHK

"PhilM" wrote in message

ups.com...



I have an Excel spreadsheet accessed via a company intranet. I am
experiencing the above error when tying to turn off display alerts via
VBA. Can anyone help?- Hide quoted text -


- Show quoted text -


Hi Nick

Its generating at this code

ThisWorkbook.Parent.DisplayAlerts = False
ThisWorkbook.Parent.ScreenUpdating = False

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Unable to set the Display Alerts property of the application class

If that link does not apply, are you opening the WB in a browser ?

NickHK

"PhilM" wrote in message
ups.com...
On 29 Jun, 10:12, "NickHK" wrote:
Never seen that one. Maybe this

?http://support.quickbooks.intuit.com...2/b1e9c8a.html

Otherwise, show your code.

NickHK

"PhilM" wrote in message

ups.com...



I have an Excel spreadsheet accessed via a company intranet. I am
experiencing the above error when tying to turn off display alerts via
VBA. Can anyone help?- Hide quoted text -


- Show quoted text -


Hi Nick

Its generating at this code

ThisWorkbook.Parent.DisplayAlerts = False
ThisWorkbook.Parent.ScreenUpdating = False



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Unable to set the Display Alerts property of the application class

On 29 Jun, 11:09, "NickHK" wrote:
If that link does not apply, are you opening the WB in a browser ?

NickHK

"PhilM" wrote in message

ups.com... On 29 Jun, 10:12, "NickHK" wrote:
Never seen that one. Maybe this


?http://support.quickbooks.intuit.com...2/b1e9c8a.html





Otherwise, show your code.


NickHK


"PhilM" wrote in message


oups.com...


I have an Excel spreadsheet accessed via a company intranet. I am
experiencing the above error when tying to turn off display alerts via
VBA. Can anyone help?- Hide quoted text -


- Show quoted text -


Hi Nick


Its generating at this code


ThisWorkbook.Parent.DisplayAlerts = False
ThisWorkbook.Parent.ScreenUpdating = False- Hide quoted text -


- Show quoted text -


Yes. The code works fine when run as a WB in Excel. I need to get it
working when called via hyperlink in IE6 so companywide staff can use
it.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Unable to set the Display Alerts property of the application class

Well that's probably your problem then.

In the words of Dave Peterson:
"This may not be a good solution for you...

I'd do my best to not let MSIE open the file:

How to Configure Internet Explorer to Open Office
Documents in the Appropriate Office Program Instead of in Internet Explorer
http://support.microsoft.com/?scid=162059

There are just too many things that don't work when an excel file is opened
in a browser."

NickHK

"PhilM" wrote in message
ups.com...
On 29 Jun, 11:09, "NickHK" wrote:
If that link does not apply, are you opening the WB in a browser ?

NickHK

"PhilM" wrote in message

ups.com... On 29 Jun,

10:12, "NickHK" wrote:
Never seen that one. Maybe this


?http://support.quickbooks.intuit.com...2/b1e9c8a.html





Otherwise, show your code.


NickHK


"PhilM" wrote in message


oups.com...


I have an Excel spreadsheet accessed via a company intranet. I am
experiencing the above error when tying to turn off display alerts

via
VBA. Can anyone help?- Hide quoted text -


- Show quoted text -


Hi Nick


Its generating at this code


ThisWorkbook.Parent.DisplayAlerts = False
ThisWorkbook.Parent.ScreenUpdating = False- Hide quoted text -


- Show quoted text -


Yes. The code works fine when run as a WB in Excel. I need to get it
working when called via hyperlink in IE6 so companywide staff can use
it.



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
Unable to set the XValues property of the Series class ramkumar_cpt Charts and Charting in Excel 5 November 29th 05 02:13 PM
unable to set the FormulaArray property of the Range class jim kozak Excel Programming 4 March 29th 05 02:15 PM
Unable to get the Vlookup Property of the WorkSheetFunction Class monagan Excel Programming 2 August 3rd 04 09:32 PM
Unable to set Bold property of the Font Class Mike Lee Excel Programming 2 January 19th 04 06:23 PM


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