ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Checking vb codes? (https://www.excelbanter.com/excel-discussion-misc-queries/207766-checking-vbulletin-codes.html)

Tdp

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

Harald Staff[_2_]

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



Tdp

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





All times are GMT +1. The time now is 04:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com