我想在我现有的VBA代码里面加入一个写入VLOOKUP公式的代码.求助!

2024-12-14 07:02:06
推荐回答(1个)
回答1:

a = Selection.Row()
Cells(a, 21) = "=VLOOKUP($C当前行,信息!$A:$Z,11,)"