Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have little experience scripting generally, but have a lot with
AutoIt, a freeware scripting language. One of the very cool features is the way we can use variables to make life a whole lot easier, for example. ;======================= $Path = "c:\windows\temp" ;======================= Shellexecute($Path) The advantage of the above is that it's easy to make a script that you just plug in the changing values at the top and then not touch the content. This is a very simpe example, but sometimes things can get pretty complicated and using variables in this manner really simplifies things. Is there a comparable system in Excel so that we can put all variables at the top and leave the rest of the script to do the tasks? Thanks! :oD |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing variables in macros | Excel Programming | |||
Sharing variables between the macros in 2 open excel workbooks. | Excel Programming | |||
Not at all clear on use of variables and/or object variables | Excel Discussion (Misc queries) | |||
Storing variables in a macro and using those variables to performcalculations. | Excel Programming | |||
Carrying Variables into Called Macros | Excel Programming |