GetValue() SetValue() Cell in Excel

I have some code that first write zeros in some values(with EnterCell() ) and now I need to modify this values, but I cant do it with EnterCell()

is there some GetValue() / SetValue() function ?

Answers

  • YuryYury Member Posts: 59
    Hi, pruebasEx
    Are you using Excel Buffer functionality or your own written functions?
    Regards,
    Yury
  • pruebasExpruebasEx Member Posts: 51
    Excel buffer, but I use some own functions.
  • YuryYury Member Posts: 59
    If you want to modify them after export to Excel your should write function to find that cells in file and update them. Could you explain your task more deeply?
    Regards,
    Yury
Sign In or Register to comment.