View Single Post
 
Old 12-08-2011, 08:22 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

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]
Reply With Quote