Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 434
Default autofilter dialog boxes - can i call this up in the

hi, !

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


use the (ancient ?) xl4 macro-functions to "ask/show" *that* dialog to the user...
previously "send" a keystroke sequence to the parameters "preparation"...
and let the user to finish the job (i.e.)

assuming column E is the 5th filtered field in your layout...

Sub Show_CustomFiterDialog()
SendKeys "+{tab}{down}{end}{up}{tab}"
ExecuteExcel4Macro "filter?(5)"
End Sub

there are several ways to "show all" and/or quit the autofilter mode

hth,
hector.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default autofilter dialog boxes - can i call this up in the


"Héctor Miguel" wrote in message
...
hi, !

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


use the (ancient ?) xl4 macro-functions to "ask/show" *that* dialog to the
user...
previously "send" a keystroke sequence to the parameters "preparation"...
and let the user to finish the job (i.e.)

assuming column E is the 5th filtered field in your layout...

Sub Show_CustomFiterDialog()
SendKeys "+{tab}{down}{end}{up}{tab}"
ExecuteExcel4Macro "filter?(5)"
End Sub

there are several ways to "show all" and/or quit the autofilter mode

hth,
hector.

Dude that works great!
thanks for your help

Mr BT


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 434
Default autofilter dialog boxes - can i call this up in the

hi, !

Dude that works great!
thanks for your help

Mr BT


thanks for your feed-back

regards,
hector.

__ OP __
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


use the (ancient ?) xl4 macro-functions to "ask/show" *that* dialog to the user...
previously "send" a keystroke sequence to the parameters "preparation"...
and let the user to finish the job (i.e.)

assuming column E is the 5th filtered field in your layout...

Sub Show_CustomFiterDialog()
SendKeys "+{tab}{down}{end}{up}{tab}"
ExecuteExcel4Macro "filter?(5)"
End Sub

there are several ways to "show all" and/or quit the autofilter mode

hth,
hector.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dialog Boxes stacy05 Excel Discussion (Misc queries) 8 February 5th 08 02:02 AM
dialog boxes Dave F Excel Discussion (Misc queries) 5 August 24th 06 10:03 PM
Using Dialog Boxes Goldstar0011 Excel Worksheet Functions 0 November 29th 05 10:46 PM
Dialog Boxes naiveprogrammer Excel Discussion (Misc queries) 2 October 18th 05 10:30 PM
Dialog boxes webster Excel Discussion (Misc queries) 5 July 9th 05 11:16 AM


All times are GMT +1. The time now is 04:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"