excel vba

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Excel VBA

Excel VBA

resolvedResolved · Low Priority · Version Standard

Julian has attended:
Excel VBA Intro Intermediate course
Excel Advanced course

Excel VBA

How do you create a sub-procedure?

RE: Excel VBA

Hi Julian

To create a Sub Procedure in VBA:

1. Open the Visual Basic Editor

2. In the code window type the words

Sub Test where Test is the procedure name

The system immediately creates a procedure as seen below

Sub Test()


End Sub


Hope this helps

Carlos

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Paste with Live Preview in Excel 2010

Did you know you can preview what you are about to paste? Here's how to do it.

Copy what you are about to paste
Position the cursor where you want to paste
Right click to display the shortcut menu
Place the cursor over the Paste Options and this will give you a preview of the what you are about to paste.

View all Excel hints and tips


Server loaded in 0.07 secs.