Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
kxxxk
 
Posts: n/a
Default An Option for future Excels

Allow Excel to work off of Excelnn.xlb and XLStart located under the
Documents and Settings\All Users folder instead of the individual \Username
folders. On my personal computer I have an Administrator account for normal
use and a Limited Access User account for Internet browsing and email, as
recommended for security. I would like the same Excel configuration
(Toolbars and Macros) for both accounts. This can be done in Word by putting
the Normal template in a folder accessible to both, and pointing Word in both
accounts to that folder for templates. In Excel, however, something similar
cannot be done so that toolbar & macro changes by me as one user (e.g., the
Administrator) are automatically available to me as the other user(s) (the
Limited Access User(s)).
--
kxxxk
  #2   Report Post  
Posted to microsoft.public.excel.misc
PapaBear56
 
Posts: n/a
Default An Option for future Excels


Just a thought... You could try making a shortcut of your XLSTART file
from your administrator account and place it in your limited access
account in place of the XLSTART file there. I'm not sure Excel will
recognize the shortcut file or not.

Another method which, someone else would have to help you with the
code, is possibly a macro that would run when you start Excel in your
limited access account that would copy and then open the administrator
account's XLSTART file to your limited access account. I'd try and help
you with the code but my macro writing skills aren't up to that point
yet. Sorry, but hope my suggestions help. Good Luck!

kxxxk Wrote:
Allow Excel to work off of Excelnn.xlb and XLStart located under the
Documents and Settings\All Users folder instead of the individual
\Username
folders. On my personal computer I have an Administrator account for
normal
use and a Limited Access User account for Internet browsing and email,
as
recommended for security. I would like the same Excel configuration
(Toolbars and Macros) for both accounts. This can be done in Word by
putting
the Normal template in a folder accessible to both, and pointing Word
in both
accounts to that folder for templates. In Excel, however, something
similar
cannot be done so that toolbar & macro changes by me as one user (e.g.,
the
Administrator) are automatically available to me as the other user(s)
(the
Limited Access User(s)).
--
kxxxk



--
PapaBear56
  #3   Report Post  
Posted to microsoft.public.excel.misc
kxxxk
 
Posts: n/a
Default An Option for future Excels

The problem is not Personal.xls (the macros) in XLStart, the problem is with
Excellnn.xlb (Excel11.xlb in Excel 2003) which contains the toolbar
customizations and is always stored in C:\Documents and
Settings\Username\Application Data\Microsoft\Excel. If Excel is opened in
the Username account, Excel 2003 always goes to this location and opens the
Excel11.xlb that is therein. If there is no such file at that location,
Excel opens with its default toolbar configuration. Changes in toolbars are
always saved on closing to Excel11.xlb at that same (Username) location.
There is no getting around this currently. (Note that Excel 2003 does NOT
use C:\Program Files\Microsoft Office\Office11\XLStart\Book.xlt as Excel Help
says it does in "Customize How Excel Starts". As I recall, Excel 97 used to
use such a template.) My request is that the Administrator account be
allowed an option to have Excel use Excel11.xlb (in its opening and in its
closing - in its saving of toolbar modifications) in the folder C:\Documents
and Settings\ALL USERS\Application Data\Microsoft\Excel _regardless of the
Username account in which Excel is opened_, so that those of us with personal
computers can always access our current configuration of Excel whether we are
using either our Administrator account or our Limited-Access-User account to
avoid spyware being put on our machine when Internet connected.--
kxxxk


"PapaBear56" wrote:


Just a thought... You could try making a shortcut of your XLSTART file
from your administrator account and place it in your limited access
account in place of the XLSTART file there. I'm not sure Excel will
recognize the shortcut file or not.

Another method which, someone else would have to help you with the
code, is possibly a macro that would run when you start Excel in your
limited access account that would copy and then open the administrator
account's XLSTART file to your limited access account. I'd try and help
you with the code but my macro writing skills aren't up to that point
yet. Sorry, but hope my suggestions help. Good Luck!

kxxxk Wrote:
Allow Excel to work off of Excelnn.xlb and XLStart located under the
Documents and Settings\All Users folder instead of the individual
\Username
folders. On my personal computer I have an Administrator account for
normal
use and a Limited Access User account for Internet browsing and email,
as
recommended for security. I would like the same Excel configuration
(Toolbars and Macros) for both accounts. This can be done in Word by
putting
the Normal template in a folder accessible to both, and pointing Word
in both
accounts to that folder for templates. In Excel, however, something
similar
cannot be done so that toolbar & macro changes by me as one user (e.g.,
the
Administrator) are automatically available to me as the other user(s)
(the
Limited Access User(s)).
--
kxxxk



--
PapaBear56

  #4   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default An Option for future Excels

You don't have to worry about the toolbar for future excel (Office 2007),
it's gone as we know it
There are no toolbars to attach etc
--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"kxxxk" wrote in message
...
The problem is not Personal.xls (the macros) in XLStart, the problem is
with
Excellnn.xlb (Excel11.xlb in Excel 2003) which contains the toolbar
customizations and is always stored in C:\Documents and
Settings\Username\Application Data\Microsoft\Excel. If Excel is opened in
the Username account, Excel 2003 always goes to this location and opens
the
Excel11.xlb that is therein. If there is no such file at that location,
Excel opens with its default toolbar configuration. Changes in toolbars
are
always saved on closing to Excel11.xlb at that same (Username) location.
There is no getting around this currently. (Note that Excel 2003 does NOT
use C:\Program Files\Microsoft Office\Office11\XLStart\Book.xlt as Excel
Help
says it does in "Customize How Excel Starts". As I recall, Excel 97 used
to
use such a template.) My request is that the Administrator account be
allowed an option to have Excel use Excel11.xlb (in its opening and in its
closing - in its saving of toolbar modifications) in the folder
C:\Documents
and Settings\ALL USERS\Application Data\Microsoft\Excel _regardless of the
Username account in which Excel is opened_, so that those of us with
personal
computers can always access our current configuration of Excel whether we
are
using either our Administrator account or our Limited-Access-User account
to
avoid spyware being put on our machine when Internet connected.--
kxxxk


"PapaBear56" wrote:


Just a thought... You could try making a shortcut of your XLSTART file
from your administrator account and place it in your limited access
account in place of the XLSTART file there. I'm not sure Excel will
recognize the shortcut file or not.

Another method which, someone else would have to help you with the
code, is possibly a macro that would run when you start Excel in your
limited access account that would copy and then open the administrator
account's XLSTART file to your limited access account. I'd try and help
you with the code but my macro writing skills aren't up to that point
yet. Sorry, but hope my suggestions help. Good Luck!

kxxxk Wrote:
Allow Excel to work off of Excelnn.xlb and XLStart located under the
Documents and Settings\All Users folder instead of the individual
\Username
folders. On my personal computer I have an Administrator account for
normal
use and a Limited Access User account for Internet browsing and email,
as
recommended for security. I would like the same Excel configuration
(Toolbars and Macros) for both accounts. This can be done in Word by
putting
the Normal template in a folder accessible to both, and pointing Word
in both
accounts to that folder for templates. In Excel, however, something
similar
cannot be done so that toolbar & macro changes by me as one user (e.g.,
the
Administrator) are automatically available to me as the other user(s)
(the
Limited Access User(s)).
--
kxxxk



--
PapaBear56



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
Checkboxes vs. Option Buttons JW_4222 Excel Discussion (Misc queries) 2 February 1st 06 01:38 PM
Option Button Help justaguyfromky Excel Discussion (Misc queries) 1 September 5th 05 09:48 PM
the option "sent to" mail recipient is not available in excel 200 Ngozi Excel Discussion (Misc queries) 1 August 23rd 05 02:50 PM
MSN premium email service & excel's "mail recipient" option Jeanine Excel Discussion (Misc queries) 0 July 20th 05 04:48 PM
Filter option vishu Excel Discussion (Misc queries) 1 February 28th 05 01:36 PM


All times are GMT +1. The time now is 07:11 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"