Dragging in excel sheet from code
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am opening and writing to an excel sheet using VC6 in an MFC dialog based application. The excel sheet contains some formulae like Negate and AVERAGE of certain cells. Manually if i enter data in the input field, I need to drag the cells to update them accordingly to the formula... Hope i am making sense... How can I do this from my code? Thanks.
-
Hi, I am opening and writing to an excel sheet using VC6 in an MFC dialog based application. The excel sheet contains some formulae like Negate and AVERAGE of certain cells. Manually if i enter data in the input field, I need to drag the cells to update them accordingly to the formula... Hope i am making sense... How can I do this from my code? Thanks.
May be this will help you ...