Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Run a program

Hi I am new user of this.

How do I run a program, and if it is give an error message I should be
pressed Enter.

Can someone give me this code an explain how to run it?

thanks!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,344
Default Run a program

Hi,

This looks like your other post:

On Error GoTo ErrorHandler1
....
"your code
....

Exit Sub
ErrorHandler1:
' do something here
End Sub

Or you can use
On Error Resume Next
which just ignores most errors and lets the code continue without displaying
an error message.

Again, it would be nice to see the code that is triggering and error.

If any of this is helpful, please click the Yes button.


--
Thanks,
Shane Devenshire


"Johan" wrote:

Hi I am new user of this.

How do I run a program, and if it is give an error message I should be
pressed Enter.

Can someone give me this code an explain how to run it?

thanks!!!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene LunaMoon Excel Discussion (Misc queries) 0 July 28th 08 11:03 PM
get value from another program luu New Users to Excel 0 September 5th 07 03:22 PM
IF () program Bee Excel Discussion (Misc queries) 1 June 5th 06 03:15 PM
merging excel program with tdc finance program judy Excel Programming 0 November 5th 03 08:01 PM


All times are GMT +1. The time now is 03:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"