Hi Hans,
When working with different languages and, hence, regional settings, you need to use the separators applicable to those languages and regions. FWIW, I don't get an error with 'strName = wksZiel.Cells(4, 3).Value'. I note that you hadn't declared some variables, including wksZiel, wbZiel and wksQuelle. That makes the code harder to test. If you use Option Explicit, that will force variable declaration and trap any variable mis-naming errors.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|