View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] pleclerc@excel-vba.com is offline
external usenet poster
 
Posts: 2
Default Alerts in sorting

When I try to sort my data using the
Application.Dialogs(xlDialogSort).Show, I get an alert telling me that
some of my data is number as text and ask me for an option.

How can I programmatically avoid this alert?

Application.DisplayAlerts=False doesn't work