阅读背景:

Excel VBA how to have Sheet update after Macro

来源:互联网 

So I have this code...

所以我有这个代码......

           'Range("K" & varOffset).Select
            If ActiveCell.Offset(0, -1) = "" Then
                Output = "No"
            Else
                Output = "Yes"
            End If
            ActiveCell.FormulaR1C1 = Output
     



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: