Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi guys I have a program written in VB.Net that manipulate an XLS file usin VBA. I have to delete some lines: ows.Range("119.190").Delete("Shift:=" & -4162) -4162 is the real value of xlUp It raise me this exeption: Delete method of Range class failed Previously, I tried this: ows.Select("119.190") oEx.selection").Delete("Shift:=" & -4162) The problem persist. Any idea? Thank you in advance -- dan_code ----------------------------------------------------------------------- dan_coder's Profile: http://www.excelforum.com/member.php...fo&userid=3668 View this thread: http://www.excelforum.com/showthread.php?threadid=56418 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select method of range class failed | Excel Programming | |||
"delete method of range class failed | Excel Programming | |||
Delete method of Range class failed - HELP!!! | Excel Programming | |||
runtime error '1004' delete Method of Range Class Failed | Excel Programming | |||
runtime error '1004' delete Method of Range Class Failed | Excel Programming |