Skip to main content

General discussion

2016 IDEA Users Conference

I am currently at the 2016 IDEA users conference called Bright Insights.  It is a two and a half day conference in Orlando, Florida.  I presented this morning with my friend Sunder Gee on "Concepts to Automations: A Collaborative Approach" which talks about how we have collaborated over the years on creating IDEAScripts.

The Director for Product and Corporate Marketing at CaseWare Analytics, Anu Sood, is blogging about the conference over at the CaseWare Analytics web site.  So for she has posted four blogs:

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,