Manjot has attended:
Excel VBA Intro Intermediate course
VBA Procedures
What is the difference between a sub procedure and a function procedure?
RE: VBA Procedures
Hi Manjot
Thanks for your question
In general there are two types of procedure. A function procedure carries out a series of calculations and returns a specific value. Sub Procedures are more general and while they can carry out calculations, they do not return a value
Regards
Stephen