如何查找和删除1行中的重复单元格?

时间:2016-06-27 09:52:18

标签: excel vba excel-vba

我有很多行需要编辑。我想使用VBA,但我不知道如何查找和删除行之间的重复项。

例如我想转此:

CallableStatement callStmt = conn.prepareCall("{call "
                + this.getDbSchemaName()
                + "INSERT_ENCOUNTERVISIT_FROMTEMP(?,?,?)}");
        callStmt.setString(1, tempTableName);
        callStmt.setInt(2, uploadId);
        callStmt.registerOutParameter(3, java.sql.Types.VARCHAR);
        callStmt.execute();

进入这个

00122 | Gilera | DNA | DNA | Runner | VXR | Runner | FXR | 180 | 50 | 125 | 50

有人知道如何做到这一点吗?

最好的问候!

1 个答案:

答案 0 :(得分:0)

var html = '<!DOCTYPE html><html><body><div "class="google-maps"
style="position:absolute; bottom:0px; overflow:hidden; height:100%; left:0px; width:100%"><iframe frameborder="0" width="100%" height="120%" style="margin-top:-30%;"  scrolling="no" src="https://www.google.com/maps/embed/v1/place?key=yourKEY &q=Space+Needle,Seattle+WA" allowfullscreen> </iframe> </google-maps></body></html>';
return (
<View style={styles.container}>
  <WebView html={html}/>
</View>