Disabling warnings on log axes

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
 
G

Graham Clarke

I've found what I was looking for

VBA version - Application.DisplayAlerts = False
 
Top