T
tuarek
Hi,
How can one delete a column and left shift the following columns?
I tried following but it fails.
myspreadsheetobject.ActiveSheet.Columns("a:a").delete(myspreadsheetobject.constants.XlDeleteShiftDirection.xlShiftToLeft);
What am i doing wrong?
Thanks in advance...
How can one delete a column and left shift the following columns?
I tried following but it fails.
myspreadsheetobject.ActiveSheet.Columns("a:a").delete(myspreadsheetobject.constants.XlDeleteShiftDirection.xlShiftToLeft);
What am i doing wrong?
Thanks in advance...