Thread: dialogs
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Damien Damien is offline
external usenet poster
 
Posts: 42
Default dialogs

I have several charts that appear from a selection made on a user form.
As the charts are logarithmically scaled, I get the before mentioned dialog
appearing. How do I stop them from appearing?

D

"Martin Fishlock" wrote:

Can youexplain a little more as I don't know where you are coming from.
--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


"Damien" wrote:

DOES ANYONE KNOW HOW TO STOP THE "Logarithmic value" dialog from appearing?

Application.DisplayAlerts = False

DOES NOT WORK.