View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default How to get a dump of Fill Color & Font VBA Constants?

See this: http://www.cpearson.com/excel/CFColors.htm

and this: http://www.cpearson.com/excel/colors.htm

"EagleOne" wrote:

2003

Would like to create a w/s that has a listing of Font constants like
-4105 and Fill like 8 that are applicable to my workbook as I thing
that the data follows th book?.

Once that I have that list I then will do a Vlookup to populate another
worksheet.

Thanks,

EagleOne