Home |
Search |
Today's Posts |
#6
![]() |
|||
|
|||
![]() Bob's code works for me also if I change 'Main Page' to Sheet1 and reply Sheet2 to the prompt Bob Phillips Wrote: It works here. -- HTH RP (remove nothere from the email address if mailing direct) "Bob Phillips" wrote in message ... 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" wrote in message ... 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 -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=483414 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Command Button on User form for Printing | Excel Discussion (Misc queries) | |||
use a button to open a user form? | Excel Discussion (Misc queries) | |||
Open an Outlook folder when a user clicks on a command button ... | Excel Discussion (Misc queries) | |||
Attaching a particular user defined function to cust button | Excel Discussion (Misc queries) | |||
A "previous" button on a user form | Excel Discussion (Misc queries) |