<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Excel visuallzation in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-visuallzation/m-p/675484#M24333</link>
    <description>How to add the value list in some column with the ods excel,like the checkbox. or is there another way to get it?</description>
    <pubDate>Sun, 09 Aug 2020 15:00:19 GMT</pubDate>
    <dc:creator>Charles_Liu</dc:creator>
    <dc:date>2020-08-09T15:00:19Z</dc:date>
    <item>
      <title>Excel visuallzation</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-visuallzation/m-p/675484#M24333</link>
      <description>How to add the value list in some column with the ods excel,like the checkbox. or is there another way to get it?</description>
      <pubDate>Sun, 09 Aug 2020 15:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-visuallzation/m-p/675484#M24333</guid>
      <dc:creator>Charles_Liu</dc:creator>
      <dc:date>2020-08-09T15:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excel visuallzation</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-visuallzation/m-p/677139#M24348</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you could create and run a vba macro from SAS to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vba code&lt;/P&gt;
&lt;PRE&gt;Private Sub ActX_Add_CheckBox_Ex1()
    Sheets("Sheet1").CheckBoxes.Add(Left:=Range("E1").Left, Top:=Range("E1").Top, Width:=Range("G1").Width, Height:=Range("E1").Height).Select
    With Selection
        .Caption = "Checkbox XYZ"
    End With
End Sub&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings16/7120-2016.pdf" target="_blank" rel="noopener"&gt;HowTo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 07:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-visuallzation/m-p/677139#M24348</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2020-08-17T07:30:37Z</dc:date>
    </item>
  </channel>
</rss>

