• Bridge
  • Products
  • About
  • Random Thoughts Blog
  • Contact Us
  • Data Science Blog
    • Bridge
    • Products
    • About
    • Random Thoughts Blog
    • Contact Us
    • Data Science Blog
Enholm Heuristics

Enholm Heuristics

  • Bridge
  • Products
  • About
  • Random Thoughts Blog
  • Contact Us
  • Data Science Blog

Month: November 2013

Enholm Heuristics > Random Thoughts Blog > 2013 > November
  • Random Thoughts Blog

Excel VBA to find and replace chart title strings

  • November 20, 2013
  • jenholm
Sub changeChartTitles() Dim c As Chart ws_count = ThisWorkbook.Worksheets.Count For i = 1 To ws_count Set ws = ThisWorkbook.worksheets(i) For j = 1 to ws.ChartObjects(j).Chart Set c= ws.ChartObjects(j).Chart c.ChartTitle.Text=...
Continue Reading
  • Random Thoughts Blog

SAS Iterate through comma separated list

  • November 20, 2013
  • jenholm
There is probably a better way to do this..if you know of one please tell me. This way looks pretty clunky to me: %GLOBAL BP_DESC_VAR BP; /* MAKE LIST...
Continue Reading

2025 Enholm Heuristics All Rights Reserved