Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 271
Default Lost Reference

I have over 200 employees who use a time sheet designed in excel. On every
computer their is an additional excel file at the root of C:. Every one's
individual time sheet references that "functions" file at the root of C:
(Since we e-mail the time sheets to supervisors for electronic signatures, we
wanted to make the file as small as possible so the bulk of the programming
is in the "functions" file at the root of everyone's C:).

When an employee sends his/her time sheet to his supervisor via e-mail, the
supervisor opens it and the file looks for it's reference file at the root of
C: and finds it (as it is on everyone's computer).

This has worked like a charm for several years.

Some staff are getting new computers and their time sheet file works fine on
their own computer. However, when they send their time sheet via e-mail to
their supervisor, when the supervisor open's it, it has lost the mapping to
the reference file????? Why and what can be done?


--
Thanks
Shawn
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default Lost Reference

Shawn,

I can't be much help, hopefully somebody else can, but I'm guessing the new
machines have Windows Vista and what you're seeing is a result of its
heightened security settings. I tried googling "accessing c drive vista"
and saw some stuff that might be helpful.

Doug

"Shawn" wrote in message
...
I have over 200 employees who use a time sheet designed in excel. On every
computer their is an additional excel file at the root of C:. Every one's
individual time sheet references that "functions" file at the root of C:
(Since we e-mail the time sheets to supervisors for electronic signatures,
we
wanted to make the file as small as possible so the bulk of the
programming
is in the "functions" file at the root of everyone's C:).

When an employee sends his/her time sheet to his supervisor via e-mail,
the
supervisor opens it and the file looks for it's reference file at the root
of
C: and finds it (as it is on everyone's computer).

This has worked like a charm for several years.

Some staff are getting new computers and their time sheet file works fine
on
their own computer. However, when they send their time sheet via e-mail
to
their supervisor, when the supervisor open's it, it has lost the mapping
to
the reference file????? Why and what can be done?


--
Thanks
Shawn



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 271
Default Lost Reference

They are running XP 5.1
--
Thanks
Shawn


"Doug Glancy" wrote:

Shawn,

I can't be much help, hopefully somebody else can, but I'm guessing the new
machines have Windows Vista and what you're seeing is a result of its
heightened security settings. I tried googling "accessing c drive vista"
and saw some stuff that might be helpful.

Doug

"Shawn" wrote in message
...
I have over 200 employees who use a time sheet designed in excel. On every
computer their is an additional excel file at the root of C:. Every one's
individual time sheet references that "functions" file at the root of C:
(Since we e-mail the time sheets to supervisors for electronic signatures,
we
wanted to make the file as small as possible so the bulk of the
programming
is in the "functions" file at the root of everyone's C:).

When an employee sends his/her time sheet to his supervisor via e-mail,
the
supervisor opens it and the file looks for it's reference file at the root
of
C: and finds it (as it is on everyone's computer).

This has worked like a charm for several years.

Some staff are getting new computers and their time sheet file works fine
on
their own computer. However, when they send their time sheet via e-mail
to
their supervisor, when the supervisor open's it, it has lost the mapping
to
the reference file????? Why and what can be done?


--
Thanks
Shawn




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Lost Reference

What does Edit, Links show on the supervisor's machine for that link? Worse
case, I think the supervisor should be able to re-establish the link using
the Change Source button on that dialog. In fact a macro may be able to do
that automatically (assuming you don't figure out what's different on the
new machines).

--
Jim
"Shawn" wrote in message
...
| They are running XP 5.1
| --
| Thanks
| Shawn
|
|
| "Doug Glancy" wrote:
|
| Shawn,
|
| I can't be much help, hopefully somebody else can, but I'm guessing the
new
| machines have Windows Vista and what you're seeing is a result of its
| heightened security settings. I tried googling "accessing c drive
vista"
| and saw some stuff that might be helpful.
|
| Doug
|
| "Shawn" wrote in message
| ...
| I have over 200 employees who use a time sheet designed in excel. On
every
| computer their is an additional excel file at the root of C:. Every
one's
| individual time sheet references that "functions" file at the root of
C:
| (Since we e-mail the time sheets to supervisors for electronic
signatures,
| we
| wanted to make the file as small as possible so the bulk of the
| programming
| is in the "functions" file at the root of everyone's C:).
|
| When an employee sends his/her time sheet to his supervisor via
e-mail,
| the
| supervisor opens it and the file looks for it's reference file at the
root
| of
| C: and finds it (as it is on everyone's computer).
|
| This has worked like a charm for several years.
|
| Some staff are getting new computers and their time sheet file works
fine
| on
| their own computer. However, when they send their time sheet via
e-mail
| to
| their supervisor, when the supervisor open's it, it has lost the
mapping
| to
| the reference file????? Why and what can be done?
|
|
| --
| Thanks
| Shawn
|
|
|


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 271
Default Lost Reference

When I hit edit and look for links it is blanked out. These aren't links but
two files that reference one another???
--
Thanks
Shawn


"Jim Rech" wrote:

What does Edit, Links show on the supervisor's machine for that link? Worse
case, I think the supervisor should be able to re-establish the link using
the Change Source button on that dialog. In fact a macro may be able to do
that automatically (assuming you don't figure out what's different on the
new machines).

--
Jim
"Shawn" wrote in message
...
| They are running XP 5.1
| --
| Thanks
| Shawn
|
|
| "Doug Glancy" wrote:
|
| Shawn,
|
| I can't be much help, hopefully somebody else can, but I'm guessing the
new
| machines have Windows Vista and what you're seeing is a result of its
| heightened security settings. I tried googling "accessing c drive
vista"
| and saw some stuff that might be helpful.
|
| Doug
|
| "Shawn" wrote in message
| ...
| I have over 200 employees who use a time sheet designed in excel. On
every
| computer their is an additional excel file at the root of C:. Every
one's
| individual time sheet references that "functions" file at the root of
C:
| (Since we e-mail the time sheets to supervisors for electronic
signatures,
| we
| wanted to make the file as small as possible so the bulk of the
| programming
| is in the "functions" file at the root of everyone's C:).
|
| When an employee sends his/her time sheet to his supervisor via
e-mail,
| the
| supervisor opens it and the file looks for it's reference file at the
root
| of
| C: and finds it (as it is on everyone's computer).
|
| This has worked like a charm for several years.
|
| Some staff are getting new computers and their time sheet file works
fine
| on
| their own computer. However, when they send their time sheet via
e-mail
| to
| their supervisor, when the supervisor open's it, it has lost the
mapping
| to
| the reference file????? Why and what can be done?
|
|
| --
| Thanks
| Shawn
|
|
|





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
formatting of cells used as abs or rel reference is lost mnoll Excel Discussion (Misc queries) 1 May 20th 09 11:33 PM
Lost XLQuery reference Mervyn Thomas Excel Discussion (Misc queries) 3 December 22nd 07 02:24 PM
Lost VBA extensibility library reference VanS[_2_] Excel Programming 7 January 28th 05 11:19 AM
name reference got lost? William Excel Worksheet Functions 1 November 23rd 04 01:25 AM
Lost reference to workbook Pete[_18_] Excel Programming 4 September 14th 04 06:00 PM


All times are GMT +1. The time now is 10:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"