View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Peter is offline
external usenet poster
 
Posts: 349
Default save into file while user is entering values in cell

Hi,
I am trying to write a code with visual c++, which saves the current state of excel
and restoring it later.

But I am having trouble to save current book into file, when user did not finish entering values in the cell -- meaning didn't press enter yet.

It seems that no function in CApplication.h will work.
Any suggestions?

Thanks!