[Libreoffice-bugs] [Bug 131563] Cannot set cell font color from VBA macro
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 25 14:59:09 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=131563
--- Comment #2 from himajin100000 at gmail.com ---
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?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200325/3ad43ef1/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list