Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
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 | Excel Discussion (Misc queries) | |||
get value from another program | New Users to Excel | |||
IF () program | Excel Discussion (Misc queries) | |||
merging excel program with tdc finance program | Excel Programming |