比较excel中两张表格中的单元格

时间:2015-10-08 10:37:41

标签: excel vba excel-vba

我有以下代码,但过去已经停止工作了:

$("#your_submit_button_id_here").click(function()
{
    event.preventDefault();
    if($("#some_input_field_id").val().length === 0)
    {
       console.log("The length of the input field is not zero");

       // after all validation is done redirect them to another page
       window.location.replace("http://stackoverflow.com");

    }
});

关于此的一些背景,有两张纸'结果'它必须将结果中的A列和B列与跟踪器中的A和C进行比较,如果它们匹配,则将结果的行号放在J列中并将颜色更改为绿色,你能看出它为什么不起作用的原因吗?它擅长2010年

0 个答案:

没有答案