Disabling warnings on log axes

  • Thread starter Thread starter Graham Clarke
  • Start date Start date
G

Graham Clarke

Is there any way to disable the warning that negative numbers cannot be
plotted on logarithmic axes? I am generating data and plotting
automatically usiong VBA and so the fix can either be an overall Excel
option or a VBA command.

Thanks in advance

Graham Clarke
 
I've found what I was looking for

VBA version - Application.DisplayAlerts = False
 
Back
Top