<?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 MSFlexGrid Control in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/msflexgrid-control/m-p/1215728#M47281</link>
    <description>MSDN help says that [ColIsVisible] property:
...
Returns or sets a value indicating whether a specified column is currently
visible.
Syntax

object.ColIsVisible(index) [=Boolean]

...

But when I'm trying to SET a value to a visible column to be not visible
(False) I'm getting this error message.
"Assignment to constant not permited"
The MSDN help says that I'm trying to set a value to a readonly property.
The column index is a valid number, by the way.</description>
    <pubDate>Tue, 04 Jan 2005 19:52:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-01-04T19:52:20Z</dc:date>
    <item>
      <title>MSFlexGrid Control</title>
      <link>https://forums.autodesk.com/t5/vba-forum/msflexgrid-control/m-p/1215728#M47281</link>
      <description>MSDN help says that [ColIsVisible] property:
...
Returns or sets a value indicating whether a specified column is currently
visible.
Syntax

object.ColIsVisible(index) [=Boolean]

...

But when I'm trying to SET a value to a visible column to be not visible
(False) I'm getting this error message.
"Assignment to constant not permited"
The MSDN help says that I'm trying to set a value to a readonly property.
The column index is a valid number, by the way.</description>
      <pubDate>Tue, 04 Jan 2005 19:52:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/msflexgrid-control/m-p/1215728#M47281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-01-04T19:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: MSFlexGrid Control</title>
      <link>https://forums.autodesk.com/t5/vba-forum/msflexgrid-control/m-p/1215729#M47282</link>
      <description>Microsoft web help solve my problem. It says:

Returns a value indicating whether a specified column is visible currently.
A column is not visible when it is outside the client area of the control's
window - in other words, when it is scrolled out of view.

So I was misusing this property confusing with column-hide/show, desired,
properties



"vbTorture" &lt;VB&gt; wrote in message
news:41daf3f4$1_2@newsprd01...
&amp;gt; MSDN help says that [ColIsVisible] property:
&amp;gt; ...
&amp;gt; Returns or sets a value indicating whether a specified column is currently
&amp;gt; visible.
&amp;gt; Syntax
&amp;gt;
&amp;gt; object.ColIsVisible(index) [=Boolean]
&amp;gt;
&amp;gt; ...
&amp;gt;
&amp;gt; But when I'm trying to SET a value to a visible column to be not visible
&amp;gt; (False) I'm getting this error message.
&amp;gt; "Assignment to constant not permited"
&amp;gt; The MSDN help says that I'm trying to set a value to a readonly property.
&amp;gt; The column index is a valid number, by the way.
&amp;gt;
&amp;gt;&lt;/VB&gt;</description>
      <pubDate>Tue, 04 Jan 2005 20:55:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/msflexgrid-control/m-p/1215729#M47282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-01-04T20:55:48Z</dc:date>
    </item>
  </channel>
</rss>

