跳到主内容

搜索

搜索

Vb Basic Addition Concatenation Instead Of Addition

评论

2 条评论

  • Avatar
    Michael Toupin (mtoupin
    you have to convert them to integers first. Your DIM statements aren't working because the objects already exist. Try value = cInt(M1) + cInt(M2) instead. Or even better value = cint(Format.NamedSubStrings("M1").Value) + cint(Format.NamedSubStrings("M2").Value)
    0
  • Avatar
    Legacy Poster

    Thanks

     

    That worked (first option) didn't try the second one

    0

请先登录再写评论。