Write a formula in an Excel Cell using VBA

后端 未结 5 629
Happy的楠姐
Happy的楠姐 2020-12-11 01:01

I\'m trying to use VBA to write a formula into a cell in Excel. My problem is that when I use a semicolon (;) in my formula, I get an error:

5条回答
  •  星月不相逢
    2020-12-11 01:08

    You can try using FormulaLocal property instead of Formula. Then the semicolon should work.

提交回复
热议问题