• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

oknzl's 12 To 13 Excel Transfer Tool

Mr. NDH

Club Supporter
oknzl;3365018 said:
You managed to pass the transform12to13 macro.

In the transferplayer macro try to replace this line:

If Sheets("playeradd").Range("A2") <> "" Then

With this:

If Not Sheets("playeradd").Range("A2").Value = "" Then

If this dosent work try this:

Dim Check1 As Variant
Check1 = Sheets("playeradd").Range("A2").Value
If Not Check1 = "" Then

As I mentioned before I can&#8217;t check if this will work. In Excel 2010 all of the above works.

You will also have to fix 3 sorting codes that will follow after this.

Still the same! mismatch error type 13 (yellow) If Not Check1 = "" Then
 


Top