View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Two VBA Questions

hi
1. see this site
http://www.mvps.org/dmcritchie/excel/colors.htm
2. not sure if i understand the second question but..
Range("A1").value = textbox1.value

regards
FSt1

"WLMPilot" wrote:

1) Where can I find a color chart with numeric values to referece so I can
use BACKCOLOR?

2) I have textboxes that will be accepting numbers. How do I convert the
textbox (string) to a number for placement in cell formated as number?

Thanks,
Les