in reply to Re^4: Problem Graphing to Excel with Win32::OLE
in thread Problem Graphing to Excel with Win32::OLE
Thank you for that suggestion. The problem is I had a previous post about a problem I had creating the graphs in excel. Turns out that problem was a simple fix of missing a ">" but had the graphs created as I wanted after the fix.
I then had to make some changes to the script but basically took the code I had working and am using it. The code I currently have will create a gragh it just doesn't have a title and each of the data series doesn't have a name so when the label is printed by default it has Series1, Series2, etc which is useless for my purpose. Its frustrating because I had this exact code generating graphs but now it fails.
I will continue to look into the MS documentation to see if there is some syntax I am missing. Thanks for the suggestions. Any others are more than welcomed!
Roy