Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,538
- Office Version
- 365
- 2016
- Platform
- Windows
I am having a difficult resolving the error in this code:
I am getting a 'Wrong number of arguments or invalid property assignment.' error with the highlighted term.
Source:
B&pp (B24) = 9:00A-9:30A
Result:
Q&pp (Q24 = 9:00A
Rich (BB code):
For pp = lRowst To lRowed
.Range("Q" & pp) = Application.Left(.Range("B" & pp), (Application.Find("-", .Range("B" & pp) - 1)))
Next pp
I am getting a 'Wrong number of arguments or invalid property assignment.' error with the highlighted term.
Source:
B&pp (B24) = 9:00A-9:30A
Result:
Q&pp (Q24 = 9:00A
Last edited: