View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rchiuhk rchiuhk is offline
external usenet poster
 
Posts: 16
Default refresh excel real time from dll

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??