Skip to main content

General discussion

Adding Value Axis Title to Graph

The following code, generated by Excel 2013 VB, with the nessassary changes , will not work: 
 
    wbOut.ActiveChart.SetElement (msoElementPrimaryCategoryAxisTitleAdjacentToAxis)
ex.Selection.Caption = "Month"
    wbOut.ActiveChart.SetElement (msoElementPrimaryValueAxisTitleAdjacentToAxis)
  ex.Selection.Caption = "Revenue"
 
The Category Axis title is ok, however Idea will not let you add title to the Value Axis.

Getting the name of the running script

Hi Brian
Is there a system field that holds the name of the running script?
for example: I have few versions of the same script. They are all having the same name suffixed by V1, V2, V3, etc.
The scripts generate excel files and I want to make sure the generated excel files are stored in different folders, depending on which version of the script is running.
 
Thanks a lot!
Avi

IDEA Script - Integrated Development Environments

Does anyone know of an IDE (Integrated Development Environment) that integrates IDEA Script? I wasn't able to find anything of use when it comes to the generic IDE's out there. 
Essentially, I am looking for: 

  • IntelliSense (or something similar) 
  • Debugger
  • Stack Watching
  • Library references
  • and all of the rest of the generic goodies. 

Thanks and I'll be waiting to hear back, 

New to IDEA Scripting

Hi there,
I am new to IDEA and IDEA scripting.  I have a fairly extensive background though with using ACL and scripting in ACL.  I was wondering if there advice that you could give me on some approaches to help me get up to speed with learning how to script in IDEA and also the differences and comparisons between scripting in IDEA and ACL.
One of my first observations is it does seem like the script code for IDEA is longer than what is required in ACL for doing similar tasks.
Any advice, tips or assistance will be greatly appreciated.