Code Visual Basic
Solved/Closed
mcculloch1dj
Posts
2
Registration date
Tuesday March 24, 2015
Status
Member
Last seen
March 26, 2015
-
Mar 25, 2015 at 07:26 PM
mcculloch1dj Posts 2 Registration date Tuesday March 24, 2015 Status Member Last seen March 26, 2015 - Mar 26, 2015 at 06:09 PM
mcculloch1dj Posts 2 Registration date Tuesday March 24, 2015 Status Member Last seen March 26, 2015 - Mar 26, 2015 at 06:09 PM
Related:
- The visual basic for applications project in the database is corrupted
- Microsoft project 2021 free download - Download - Business management
- Project igi download for pc - Download - Shooters
- Project playtime download pc - Download - Horror
- Access database download - Download - Databases
- Windows cannot load the device driver for this hardware. the driver may be corrupted or missing. (code 39) - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Mar 26, 2015 at 12:21 PM
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 ....