<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Cannot set cell font color from VBA macro"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131563#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Cannot set cell font color from VBA macro"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131563">bug 131563</a>
              from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
        <pre>Rem Attribute VBA_ModuleType=VBADocumentModule
Option Explicit
Option VBASupport 1

Sub FontColor()

Cells(2, 1) = "Hello World"
Cells(2, 1).Font.Color= &H00FF

End Sub


vbRed not defined?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>