Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Spike
 
Posts: n/a
Default Profile effecting Excel

When i open any Excel file it is automatically prefixed with "Book 1", even
if i open a new workbook it is named "Book 1 - Book 3" (Book 3 being the
correct new name). I have tried logging onto someone else's PC (on the same
network) and get the same result so it points to something to do with my
profile.

Does anyone have any ideas what is causing this
--
with kind regards

Spike
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Profile effecting Excel

You open existing workbooks and you see this in the title bar?

If you put this in an empty cell in any of the worksheets, what do you see:

=cell("address",a1)

It should show you the complete path and filename of that already saved
workbook.

Do you see "book 1 - Book 3" in the name?

If you don't, maybe it's just the title bar that's getting screwed up.

You can try this:
alt-f11 (to get to the VBE where macros live)
hit ctrl-g (to see the immediate window)
type this and hit enter:
application.Caption = ""

Then type this and hit enter:
activewindow.Caption = ""

Did that help?

Maybe you have a helpful macro that takes control of the caption bars.

Chip Pearson has some notes on how to diagnose startup errors at:
http://www.cpearson.com/excel/StartupErrors.htm

And Jan Karel Pieterse has more notes at:
http://www.jkp-ads.com/Articles/StartupProblems.htm

These may help you find where that "helpful" macro is coming from.

Spike wrote:

When i open any Excel file it is automatically prefixed with "Book 1", even
if i open a new workbook it is named "Book 1 - Book 3" (Book 3 being the
correct new name). I have tried logging onto someone else's PC (on the same
network) and get the same result so it points to something to do with my
profile.

Does anyone have any ideas what is causing this
--
with kind regards

Spike


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Profile effecting Excel

Change this:
=cell("address",a1)
to
=cell("filename",a1)

(muscle memory screwed me up!)



Dave Peterson wrote:

You open existing workbooks and you see this in the title bar?

If you put this in an empty cell in any of the worksheets, what do you see:

=cell("address",a1)

It should show you the complete path and filename of that already saved
workbook.

Do you see "book 1 - Book 3" in the name?

If you don't, maybe it's just the title bar that's getting screwed up.

You can try this:
alt-f11 (to get to the VBE where macros live)
hit ctrl-g (to see the immediate window)
type this and hit enter:
application.Caption = ""

Then type this and hit enter:
activewindow.Caption = ""

Did that help?

Maybe you have a helpful macro that takes control of the caption bars.

Chip Pearson has some notes on how to diagnose startup errors at:
http://www.cpearson.com/excel/StartupErrors.htm

And Jan Karel Pieterse has more notes at:
http://www.jkp-ads.com/Articles/StartupProblems.htm

These may help you find where that "helpful" macro is coming from.

Spike wrote:

When i open any Excel file it is automatically prefixed with "Book 1", even
if i open a new workbook it is named "Book 1 - Book 3" (Book 3 being the
correct new name). I have tried logging onto someone else's PC (on the same
network) and get the same result so it points to something to do with my
profile.

Does anyone have any ideas what is causing this
--
with kind regards

Spike


--

Dave Peterson


--

Dave Peterson
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
"Group" function very slow with Excel 2003 :( ... While very quick with Excel2000 :O) Alain79 Excel Discussion (Misc queries) 4 June 14th 05 07:34 AM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Excel error - Startup (and Acrobat PDFMaker) gxdata Setting up and Configuration of Excel 0 February 4th 05 03:44 AM


All times are GMT +1. The time now is 01:51 AM.

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

About Us

"It's about Microsoft Excel"