I
Icarus
Excuse my lack of knowledge, but I'd like to know how to achieve something
like this.
I have Excel open and I'm working on several money calculations. Money
formats are displayed according my system's money default format. Without
close Excel I go to the Control Panel and make a change to my regional money
format to another diferent to default. Accept the changes and then, when i
switch to the Excel window, all money formats are refreshed and the changes
are reflected automatically.
My question is, How Excel is notified about the changes in the default
system money format? Is an event pushed when that occurs?
I'd like to do this because My program use a class instance with properties
that maps to an application settings, for example: connection string, some
configurable bussiness rules, etc. And I'd like that, when an Instance of my
application change any of thoose setting, all running application instances
detect that change and refresh it's own settings class with the new values.
The running instances of my program can be running on several PCs.
Is there any way to get this done?
TIA
Sergio
like this.
I have Excel open and I'm working on several money calculations. Money
formats are displayed according my system's money default format. Without
close Excel I go to the Control Panel and make a change to my regional money
format to another diferent to default. Accept the changes and then, when i
switch to the Excel window, all money formats are refreshed and the changes
are reflected automatically.
My question is, How Excel is notified about the changes in the default
system money format? Is an event pushed when that occurs?
I'd like to do this because My program use a class instance with properties
that maps to an application settings, for example: connection string, some
configurable bussiness rules, etc. And I'd like that, when an Instance of my
application change any of thoose setting, all running application instances
detect that change and refresh it's own settings class with the new values.
The running instances of my program can be running on several PCs.
Is there any way to get this done?
TIA
Sergio