Re: Help Required using NET::TELNET Module ??



this is the jumpstart subroutine that I left off the previous post:-

sub jump_start
{
#print "\n\nIN JUMP START\n";
$jump = 1;
Telnet_To_Device();
$jump_host = $Data[1];
$uid = $Data[2];
$pwd = $Data[3];
$jump = 0;
Telnet_To_Device();
}

.



Relevant Pages

  • Re: Use GoTo between different subs, same module?
    ... > If you want to jump to different places depending on what happens in the ... Sub Main ... If whosit 0 Then ... Prev by Date: ...
    (microsoft.public.word.vba.general)
  • Re: Yet more validation ... challenges!
    ... The NI number is validated using data validation, ... hitting delete on a valid postcode does generate the error ... Private Sub Worksheet_Change ... If prev = "" Then ...
    (microsoft.public.excel)
  • Re: Yet more validation ... challenges!
    ... When I close the workbook, whether or not I save it, on opening it again I ... Private Sub Worksheet_Change ... If prev = "" Then ... MsgBox "Invalid postcode, ...
    (microsoft.public.excel)
  • Re: Yet more validation ... challenges!
    ... Private Sub Worksheet_Change(ByVal Target As Range) ... If prev = "" Then ... On Error GoTo EndMacro ...
    (microsoft.public.excel)
  • can you help?
    ... Private Sub Worksheet_Calculate ... If init And v prev Then ... >Private Sub Worksheet_Calculate ...
    (microsoft.public.excel.misc)