Newbie

  • Thread starter Thread starter John
  • Start date Start date
J

John

I having been learning VBA for 10min now.
What I cannot find info on is ':='. What is it?
As in a excel script
workbook.open filename := "path\file"
Thanks
 
Chip said:
John,

The ":=" syntax is for named arguments, that is, when you supply
both the name and value of a argument or parameter to another
function.
Thanks Chip.
I am limited on documentation and search engines don't seem to like ":=".
 
John,

The ":=" syntax is for named arguments, that is, when you supply
both the name and value of a argument or parameter to another
function.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top