|
-
Mar 9th, 2004, 06:13 PM
#1
Thread Starter
Hyperactive Member
Call AutoFilter function through VBA?
Can I call the AutoFilter function programatically with VBA to work on Form data - rather than using it on a Worksheet?
Or better yet, While focus is on a form, can I call AutoFilter to work on a Worksheet containing data?
Also when do you use the Worksheet object and when do you use the Sheets object?
Thanks,
CJ
Last edited by CyberJar; Mar 10th, 2004 at 10:04 PM.
-
Mar 10th, 2004, 06:50 AM
#2
Addicted Member
Re: Call AutoFilter function through VBA?
>Can I call the AutoFilter function programatically with VBA to work on Form data - rather than using it on a Worksheet?
-
No
'-------------------------------------------------------------------------
>Or better yet, While focus is on a form, can I call AutoFilter to work on a Worksheet containing data?
'-
Yes. I suggest you use the macro recorder to get started.
'----------------------------------------------------------------------------
>Also when do you use the Worksheet object and when do you use the Sheets object?
'-
Interesting question. I do not know of any difference in usage.
'-------------------------------------------------------------------------
Regards
BrianB
-------------------------------
-
Mar 10th, 2004, 10:06 PM
#3
Thread Starter
Hyperactive Member
Thank you for your responses Brian.
CJ
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|