AsFormula
Posted: Sat Feb 02, 2019 10:16 am
Hi!
How to write such a formula in a cell?
Dir:= 'C:/dir';
File:= 'File.xlsx';
xlSGrid.xls.Sheets[4].AsFormula[0,0]:=Dir+'\['+File+']sheet''!D7';
thank
How to write such a formula in a cell?
Dir:= 'C:/dir';
File:= 'File.xlsx';
xlSGrid.xls.Sheets[4].AsFormula[0,0]:=Dir+'\['+File+']sheet''!D7';
thank