If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Bizarre Side Effect To Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-21-05, 03:50
eddiesvoicebox eddiesvoicebox is offline
Registered User
 
Join Date: Sep 2004
Location: London
Posts: 63
Bizarre Side Effect To Excel

Hi All,
I have just implemented a new 'Switchboard' workbook that purely contains hyperlinks to other files/reports produced on my team. However after the development of this workbook was completed and tested successfully, an intreaguing problem has occurred. Whenever i click on a link it opens the correct file but closes my switchboard file (leaving Excel application open though). This file was specifically created to contain no additional VBA code due to system restrictions for users so i can not understand why the problem is occurring.

Any advice or information would, at this point, be a godsend.

Many thanks in advance

EddiesVoicebox
Reply With Quote
  #2 (permalink)  
Old 02-21-05, 11:47
DavidCoutts DavidCoutts is offline
Registered User
 
Join Date: Jan 2004
Location: Aberdeen, Scotland
Posts: 1,067
Ive never recived this kind of thing before and i use hyperlinks(not a lot mind you) between workbooks and worksheets
what are you linking to and ill see if i can come up with a soloution or explanation for you

All the best
Dave
Reply With Quote
  #3 (permalink)  
Old 02-21-05, 12:28
cpod cpod is offline
Registered User
 
Join Date: Feb 2002
Posts: 29
This link might be helpful:
Reply With Quote
  #4 (permalink)  
Old 02-21-05, 12:30
cpod cpod is offline
Registered User
 
Join Date: Feb 2002
Posts: 29
Reply With Quote
  #5 (permalink)  
Old 02-22-05, 09:00
eddiesvoicebox eddiesvoicebox is offline
Registered User
 
Join Date: Sep 2004
Location: London
Posts: 63
Hi Guys,
Thanks for the responses so far. I followed the link posted and it comes up with a solution that makes sense (sort of). But as a follow up i am unsure of how to implement this.

The link suggested that the file is merely being hidden not closed and offered the following solution:

1) Use Windows Unhide
2) Use the Most recent file list
3) Use the back & forward arrows ( I think they are on the
Web toolbar)


Or finally, trick Excel into thinking the file has changed
by putting an @Now formula into your initial file (don't
forget to save it initially) & then Excel will leave the
file visble, along with the file you are jumping to.

My problem here is that a) i dont know what an @Now formula would be (is it like a before close event, that type of thing) and b)any suggestions on what formula i would use to trick Excel ?

Any further help would (as always) be greatly appreciated.

Regards

EddiesVoicebox
Reply With Quote
  #6 (permalink)  
Old 02-22-05, 10:53
cpod cpod is offline
Registered User
 
Join Date: Feb 2002
Posts: 29
That would just be the Now function:

=Now()

to return the current date and time. I don't have the problem, so I couldn't test it. Let us know if it works.
Reply With Quote
  #7 (permalink)  
Old 02-23-05, 03:10
eddiesvoicebox eddiesvoicebox is offline
Registered User
 
Join Date: Sep 2004
Location: London
Posts: 63
Thanks for the help that seemed to do the trick.

Regards

EddiesVoicebox
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On