Hi Everyone,

I have a Macro that runs fine on computers in the U.S. without problem but not on computers with the Dutch version of Excel. What's perplexing is that it cycles through once without incident, but then when it goes to loop some error occurs that causes it to terminate. When debugging it highlights this line of code:


ActiveSheet.PasteSpecial Format:="Picture (Enhanced Metafile)", Link:=False _, DisplayAsIcon:=False
Any clue what could be the source or a potential work around? Since it works just fine on my computer it is proving difficult to troubleshoot.

Thanks.