JaccoVis90
New Member
- Joined
- Oct 30, 2015
- Messages
- 34
I had a good working VBA program to copy in order and sum things up.
I wanted to make my program even better after the client worked with it a bit so I changed some small stuff and tryed to run the macro.
It came back with an error on the next line
this was not the part I was working on so I tryed also a version that worked previosly good.
The same error occurred
Error 13 runtime,
mismatch
How is this possible and how can I make it work again
I wanted to make my program even better after the client worked with it a bit so I changed some small stuff and tryed to run the macro.
It came back with an error on the next line
Code:
For Each cell In newven.Range ("G:G")
If cell.Value <> "" Then
this was not the part I was working on so I tryed also a version that worked previosly good.
The same error occurred
Error 13 runtime,
mismatch
How is this possible and how can I make it work again