Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default The autofilter is disable using the userform

My problem is with the autofilter
What is my problem?
when i use the find button in a userform created in VBA, the autofilter is
disable automatically in the worksheet without my intervention the close
button disable too the autofilter in the worksheet.
What is my question?
How i can Troubleshooting my application to never disable the autofilter
when the users use the userform especially the find button and the close
button
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default The autofilter is disable using the userform

i post here my code :
http://www.mrexcel.com/forum/showthread.php?t=393635

I too long to post here but there you can download or only see the code.
Thanks.

"Patrick Molloy" wrote:

I'm not sure what the issue is. we really need to see your code
using the FIND method in a userform does not have any direct affect on an
automatic filter.

(Excel 2003)

"Joseph Pagan" wrote in message
...
My problem is with the autofilter
What is my problem?
when i use the find button in a userform created in VBA, the autofilter is
disable automatically in the worksheet without my intervention the close
button disable too the autofilter in the worksheet.
What is my question?
How i can Troubleshooting my application to never disable the autofilter
when the users use the userform especially the find button and the close
button



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,049
Default The autofilter is disable using the userform

delete this:-

If Sheet1.AutoFilterMode Then Sheet1.Range("A7").AutoFilter

which is the last code line in sub Button8_click

"Joseph Pagan" wrote in message
...
i post here my code :
http://www.mrexcel.com/forum/showthread.php?t=393635

I too long to post here but there you can download or only see the code.
Thanks.

"Patrick Molloy" wrote:

I'm not sure what the issue is. we really need to see your code
using the FIND method in a userform does not have any direct affect on an
automatic filter.

(Excel 2003)

"Joseph Pagan" wrote in message
...
My problem is with the autofilter
What is my problem?
when i use the find button in a userform created in VBA, the autofilter
is
disable automatically in the worksheet without my intervention the
close
button disable too the autofilter in the worksheet.
What is my question?
How i can Troubleshooting my application to never disable the
autofilter
when the users use the userform especially the find button and the
close
button



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default The autofilter is disable using the userform

I delete the line but give a error when i use the find button.

"Patrick Molloy" wrote:

delete this:-

If Sheet1.AutoFilterMode Then Sheet1.Range("A7").AutoFilter

which is the last code line in sub Button8_click

"Joseph Pagan" wrote in message
...
i post here my code :
http://www.mrexcel.com/forum/showthread.php?t=393635

I too long to post here but there you can download or only see the code.
Thanks.

"Patrick Molloy" wrote:

I'm not sure what the issue is. we really need to see your code
using the FIND method in a userform does not have any direct affect on an
automatic filter.

(Excel 2003)

"Joseph Pagan" wrote in message
...
My problem is with the autofilter
What is my problem?
when i use the find button in a userform created in VBA, the autofilter
is
disable automatically in the worksheet without my intervention the
close
button disable too the autofilter in the worksheet.
What is my question?
How i can Troubleshooting my application to never disable the
autofilter
when the users use the userform especially the find button and the
close
button



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
The autofilter is disable using the userform Patrick Molloy Excel Programming 0 June 16th 09 07:08 PM
Disable a userform after first use? Dave Peterson Excel Programming 0 April 16th 09 09:31 PM
Disable a userform after first use? Bishop Excel Programming 7 April 16th 09 08:28 PM
Disable Userform Events Ryan H Excel Programming 1 March 5th 09 05:01 PM
UserForm - Disable the 'x' button Jim Burton Excel Programming 11 June 30th 07 08:19 PM


All times are GMT +1. The time now is 03:56 PM.

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

About Us

"It's about Microsoft Excel"