Thread: Currency
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Currency

Textbox1.Text = Format(myval,"$ #,##0.00")

--
Regards,
Tom Ogilvy

"jes" wrote in message
...
Hello,

I'm trying to declare a currency variable in excel. Do
you know how to keep the file size low and format a
textbox to currency?

Thank you