AsFormula

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
Joney_Hell
Posts: 1
Joined: Sat Feb 02, 2019 10:09 am

AsFormula

Post by Joney_Hell »

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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: AsFormula

Post by larsa »

Hello

Write the formula in Excel, save the file and open it then with XLSReadWriteII and check what is written in the cell.
Lars Arvidsson, Axolot Data
Post Reply