Changing cell format with VBA?

  • Thread starter Thread starter biben
  • Start date Start date
B

biben

I want to have a button/control that change the a cell/columns currency
for example I want the result to show the result in $ or SEK. Is it
possible to do this? Maybe with Macro/VBA?

/biben
 
Excel can label a currency, but it has no knowledge of the conversion
factor. You would have to write code that applies the appropriate
conversion factor conditionally (knowing what is currently stored).

--
Regards,
Tom Ogilvy

biben said:
I want to have a button/control that change the a cell/columns currency
for example I want the result to show the result in $ or SEK. Is it
possible to do this? Maybe with Macro/VBA?

/biben


------------------------------------------------



~~Now Available: Financial Statements.xls, a step by step guide to
creating financial statements
 
Back
Top