It works here.
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message
news:%23spJYmR5FHA.884@TK2MSFTNGP14.phx.gbl...
> Sub RoundToZero()
> Dim Pub
> Worksheets("Main Page").Activate
> On Error GoTo PressedCancel
> Pub = InputBox( _
> prompt:="Enter your EKR Pubn Code")
> Worksheets(Pub).Activate
>
> Exit Sub
> PressedCancel:
> End Sub
>
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "locutus243" <locutus243.1y83fy_1131528601.7583@excelforum-nospam.com>
wrote
> in message news:locutus243.1y83fy_1131528601.7583@excelforum-nospam.com...
> >
> > Hey guys,
> >
> > I've been experimenting since my post and have the following code in
> > VB. It brings up an input box but then whenever I enter anything and
> > click OK, an error message appears. Could anyone give me a hand???
> >
> > Thanks
> >
> > Mark
> >
> > Heres my code:-
> >
> > Sub RoundToZero()
> > Worksheets("Main Page").Activate
> > On Error GoTo PressedCancel
> > Set Pub = Application.inputbox( _
> > prompt:="Enter your EKR Pubn Code", _
> > Type:=0)
> > Worksheets("Pub").Activate
> >
> > Exit Sub
> >
> > PressedCancel:
> > Resume
> > End Sub
> >
> >
> > --
> > locutus243
> > ------------------------------------------------------------------------
> > locutus243's Profile:
> http://www.excelforum.com/member.php...o&userid=12862
> > View this thread:
http://www.excelforum.com/showthread...hreadid=483414
> >
>
>
Bookmarks