Code Visual Basic
Solved/Closed
mcculloch1dj
mcculloch1dj
- Posts
- 3
- Registration date
- Tuesday March 24, 2015
- Status
- Member
- Last seen
- March 26, 2015
mcculloch1dj
- Posts
- 3
- Registration date
- Tuesday March 24, 2015
- Status
- Member
- Last seen
- March 26, 2015
Related:
- The visual basic for applications project in the database is corrupted
- Visual basic backcolor codes - Guide
- Visual basic 6.0 projects with source code free download pdf - Download
- Visual basic color codes - Guide
- Visual basic express - Download
- Visual basic for applications download - Guide
1 reply
TrowaD
Mar 26, 2015 at 12:21 PM
- Posts
- 2886
- Registration date
- Sunday September 12, 2010
- Status
- Moderator
- Last seen
- June 27, 2022
Mar 26, 2015 at 12:21 PM
Hi David,
Try replacing the following line:
with this one:
Best regards,
Trowa
Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
Try replacing the following line:
.Columns("G").AutoFilter field:=1, Criteria1:="5064"
with this one:
.Columns("G").AutoFilter field:=1, Criteria1:=Array("5064", "5066", "5067"), Operator:=xlFilterValues
Best regards,
Trowa
Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
Mar 26, 2015 at 06:09 PM
Your solution worked perfectly, thanks heaps really appreciated your prompt answer
Regards David ....