comment Code? (1 Viewer)

NewfieSarah

Registered User.
Local time
Today, 07:07
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:
 

selenau837

Can still see y'all......
Local time
Today, 05:37
Joined
Aug 26, 2005
Messages
2,211
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.
 

NewfieSarah

Registered User.
Local time
Today, 07:07
Joined
Feb 11, 2005
Messages
193
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.
 

selenau837

Can still see y'all......
Local time
Today, 05:37
Joined
Aug 26, 2005
Messages
2,211
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

Top Bottom