View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mr BT Mr BT is offline
external usenet poster
 
Posts: 8
Default autofilter dialog boxes - can i call this up in the

middle of my script?
I would like my script to do other things before I call the autofilter
dialog box up on the screen. But I'm not sure HOW to call it up.

I've been using the following as my base to call up autofilter but it
doesn't seem to work:

Call Application.Dialogs(xlDialogFormulaReplace).Show

so I'm hoping someone here can assist me.

Thank you in advance