View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
David Welch[_3_] David Welch[_3_] is offline
external usenet poster
 
Posts: 7
Default How do I isolate my Excel Server from the user's general Excel

John.Greenan wrote:
Correct. You may have to send a windows message to the Excel window and then
GetObject will work.

This is in the msdn as well.

Ahha, this will fix a problem in an Excel hyperlinking program I've been
working on.