View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
allen allen is offline
external usenet poster
 
Posts: 1
Default Cut - Paste in xls file (c++ code)

Problem :

I am coding a project in vc++.
I am not able to cut and paste the row in the excel file
from one cell to another.
Will you PI suugest the code in vc++ for this implementation.

My code :

range = objSheet.GetRange(COleVariant("A8"), COleVariant("K6"));
range.Select();
VARIANT result = range.Cut(....Demands for Destination value ?......)

Thanks,
Allen.