A
Allen
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.
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.