Dear all,

I have written the c# program to manipulate excel.
When I open the workbook and set some values to the worksheet,
I want to be able to see the values changed.

I have set xlApp.visible which will make the worksheet visible.
But when string in the cells change, it does not get refresh.

Is it possible to do so? How to do??