Changing cell format with VBA?

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
 
T

Tom Ogilvy

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
creating financial statements
 
Top