how to delete column

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...
 
T

tuarek

I also tried

myspreadsheetobject.ActiveSheet.Columns("a:a").delete(-4159);

but the result hasn't changed... It still fails...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top