excel vba call and
The UK's Number 1 for Microsoft Office Training Add this page to your favourites/bookmarksBookmark page
 
View printable version of pagePrintable version
Plus One Google
Customer: Sign in
Delegate: Sign in
Trainer: Log in

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

Excel VBA: Call and Run

resolvedResolved · Medium Priority · Version 2003

replyReply Tue 28 Apr 2009, 10:35Delegate Simon said...

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

Excel VBA: Call and Run

Guys,

What is the difference between a CALL statement and a RUN method?

I have been happily calling sub-procedures since my course (okay, I've done it once or twice), however I recently tried to do this in an inherited spreadsheet and I got an error message (which I can't remember). I noticed that a couple of other sub-procedures that were there already were 'run'.

With a bit of experementation I have established that both versions of the syntax below produce the same result (as far as I can see):

[...] Call SelectOpeningIndicator
Call ToggleToolbars
Call showbars
[...]

OR

[...] Run "SelectOpeningIndicator"
Run "ToggleToolbars"
Run "showbars"
[...]

so what's the difference?

Cheers,

S!


For upcoming training course dates see: Pricing & availability

replyReply Thu 30 Apr 2009, 16:13Trainer Anthony said...

RE: Excel VBA: Call and Run

Hi Simon. Call and Run may seem to be interchangeable, but Calling a procedure from within the code is "tidier" (in the memory usage sense) than Running it, and I suspect this has caused the errors you encountered. The "call" command invokes a named procedure (and you would normally "call" a procedure from another procedure in a program, rather than "run" it) whereas Run invokes a procedure (and probably resets all your variable declarations) which happens to be named. "Run" is a command which you'll recognise even from the version of BASIC on a ZX Spectrum, and earlier - "Execute" is used on different platforms for similar purposes - whereas "Call" is the programmatic, procedural equivalent and using the two commands interchangeably has processing, variable declaration, ramifications. In a nutshell, the difference is one of arcane programming requirements and when coding I'd "Call" my procedures!

Hope this helps,

Anthony

replyReply Fri 1 May 2009, 10:28Delegate Simon said...

RE: Excel VBA: Call and Run

Anthony,

Thanks, this is useful to know. (I wrote my first code on a ZX81, although I have been out of a coding environment since the end of the 1980s).

I suspect that the 'Run' commands that I have inherited are some kind of legacy programming and I am replacing 'Runs' with 'Calls' as I come across them. This has gone okay... so far!

Cheers,

S!

 

Please browse our web site to find out more about
excel training in uk and other Microsoft training courses.

Excel tip:

Quick Zooming in Excel with rollerball mouses

To zoom in and out of your page hold down the control key and roll the wheel up and down. This will zoom up and down 15% at a time.

View all Excel hints and tips


Microsoft Certified Partner Accredited Training Provider: Institute of IT Training Institute of Leadership and Management - Certified Courses Security Seal verified by visa, mastercard securecard