comment Code?

NewfieSarah

Registered User.
Local time
Today, 15:13
Joined
Feb 11, 2005
Messages
193
Okay Stupid question, But I have tryed different things and have not got anything to work yet, So I am using Microsoft Acess 2003. I would like to be able to comment out block of code. Thanks
Sorry for the stundness...:confused: :confused:
 
NewfieSarah said:
Okay Stupid question, But I have tryed different things and have not got anything to work yet, So I am using Microsoft Acess 2003. I would like to be able to comment out block of code. Thanks
Sorry for the stundness...:confused: :confused:

place a ' before your code.

Example ' this is a comment

There is also a button on the VBA tool bar that allows you to comment out blocks at a time.
 
Thanks for the reply. I have found a good soultion:
Find the Edit menu in VBE(where you eidt your code), (right click on a toolbar, then select Edit), there are two buttons for comment/uncomment blocks.
 
NewfieSarah said:
Thanks for the reply. I have found a good soultion:
Find the Edit menu in VBE(where you eidt your code), (right click on a toolbar, then select Edit), there are two buttons for comment/uncomment blocks.

Yup, thats what I said. :p On the VBA toolbar!

Good job figuring it out for yourself though.
 

Users who are viewing this thread

Back
Top Bottom