View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
OssieMac OssieMac is offline
external usenet poster
 
Posts: 2,510
Default Send colour constant info also to the clipboard, adjusting code?

Sub FindcolorCode()
ActiveCell.Interior.Color -- send info to clipboard
MsgBox ActiveCell.Interior.Color
End Sub

I don't know how to do that. Perhaps post a separate question.

--
Regards,

OssieMac