Thread: Changing Forms
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Changing Forms

You would need to save the changed state somewhere outside of the Excel app,
such as a database or a file, and when anyone starts up, they read this
state. You might also need to keep checking back in your macro to see if it
has been updated. Not trivial.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Gonçalo Ricardo" wrote in
message ...

I have this problem:

I'm working with a VB from in a excel apllication,
That macro is personalized; the problem appears when someone runs
another application that uses the same macro that's personalized to.
For example one macro have a picture in if some one opens another
excel application and runs the same macro it doesn't change the
picture.
How can I resolve this problem?

Thanks!


--
Gonçalo Ricardo
------------------------------------------------------------------------
Gonçalo Ricardo's Profile:

http://www.excelforum.com/member.php...o&userid=15302
View this thread: http://www.excelforum.com/showthread...hreadid=320554