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,