#1   Report Post  
Posted to microsoft.public.excel.misc
Tdp Tdp is offline
external usenet poster
 
Posts: 74
Default Checking vb codes?

I ave a excell programme which has about 200 textboxes with codes to go along
with it. Evety now and then it crashes with a note saying that the programme
will have to shut down........and so on.
Is there a way to check the codes to see if there are any errors?
--
Tdp
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 449
Default Checking vb codes?

Hi

Put the line

Option Explicit

on very top of all your code modules. Then go menu Debug - Compile VBA
project.
Also, do some reading on the difference between design time errors and
runtime errors. Even perfect code syntax can kill your computer.

HTH. Best wishes Harald


"Tdp" wrote in message
...
I ave a excell programme which has about 200 textboxes with codes to go
along
with it. Evety now and then it crashes with a note saying that the
programme
will have to shut down........and so on.
Is there a way to check the codes to see if there are any errors?
--
Tdp


  #3   Report Post  
Posted to microsoft.public.excel.misc
Tdp Tdp is offline
external usenet poster
 
Posts: 74
Default Checking vb codes?

Thank you Harald,
I shall do the ammendments.
I'v got some homework to do then!!!!

Thanj you
--
Tdp


"Harald Staff" wrote:

Hi

Put the line

Option Explicit

on very top of all your code modules. Then go menu Debug - Compile VBA
project.
Also, do some reading on the difference between design time errors and
runtime errors. Even perfect code syntax can kill your computer.

HTH. Best wishes Harald


"Tdp" wrote in message
...
I ave a excell programme which has about 200 textboxes with codes to go
along
with it. Evety now and then it crashes with a note saying that the
programme
will have to shut down........and so on.
Is there a way to check the codes to see if there are any errors?
--
Tdp



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
Spell Checking with checking cell notes jfitzpat Excel Discussion (Misc queries) 0 August 8th 07 10:26 PM
Checking and IF ? mohamadhafiz Excel Worksheet Functions 5 June 26th 07 11:04 PM
Day Checking K1KKKA Excel Discussion (Misc queries) 4 January 30th 07 08:19 PM
Checking Hyperlink [email protected] Excel Discussion (Misc queries) 0 August 15th 06 08:59 PM
Add checking Pat Excel Worksheet Functions 5 December 17th 04 08:25 PM


All times are GMT +1. The time now is 11:09 AM.

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

About Us

"It's about Microsoft Excel"