Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi a very easy one:
sub gtt() for a=1 to 10 cell(a,1)=cell(a,1)+cell(a,2) cell(c,5)="Hola" ' if the line below is error DON'T go here msgbox "Error en lo establecido " & cell(a,1) , vbokonly, "Error" next 'if error goto this next end sub I want that if an error happens goto the "next" line, and not to the next line HHS TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
On Error Resume Next ? | Excel Programming | |||
On Error Resume Next | Excel Programming | |||
On Error Resume Next | Excel Programming | |||
On Error Resume Next | Excel Programming | |||
On Error Resume Next | Excel Programming |