Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default PESONAL WORKBOOK PLEASE HELP

When ever I open Excel it doesn't open with a blank workbook as per normal,
(eg. workbook1 or 4 or something) it opens with PERSONAL.

I am not sure how I did this, I think it may have been a macro,(that's why
I';ve put it in programming) I've tried deleting all the macros that I can
find and it's still doing this.

Please if anyone knows how to stop this, could you please help me

Thankyou for your help in advance

Dan

--
iPod's ROCK!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default PESONAL WORKBOOK PLEASE HELP

If you're sure you don't have any macros that are in personal.xls that you want
to keep, you can delete that workbook (or move it somewhere else if you want).

Next time you open excel, type this in a cell in personal.xls
=cell("Filename",a1)

Note the location of that file.

Close excel.
Use windows explorer to go to that folder.
Either move personal.xls to a different folder or just delete it.

DanielWalters6 wrote:

When ever I open Excel it doesn't open with a blank workbook as per normal,
(eg. workbook1 or 4 or something) it opens with PERSONAL.

I am not sure how I did this, I think it may have been a macro,(that's why
I';ve put it in programming) I've tried deleting all the macros that I can
find and it's still doing this.

Please if anyone knows how to stop this, could you please help me

Thankyou for your help in advance

Dan

--
iPod's ROCK!


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default PESONAL WORKBOOK PLEASE HELP

Close Excel
find the workbook personal.xls in the xlstart directory and delete it.

Use file=Find in the Windows Start

--
Regards,
Tom Ogilvy


"DanielWalters6" wrote in message
...
When ever I open Excel it doesn't open with a blank workbook as per

normal,
(eg. workbook1 or 4 or something) it opens with PERSONAL.

I am not sure how I did this, I think it may have been a macro,(that's why
I';ve put it in programming) I've tried deleting all the macros that I can
find and it's still doing this.

Please if anyone knows how to stop this, could you please help me

Thankyou for your help in advance

Dan

--
iPod's ROCK!



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default PESONAL WORKBOOK PLEASE HELP

After many failed attemtps (not sure why)

It finally worked.

thank you for your time

Dan


--
iPod's ROCK!


"Tom Ogilvy" wrote:

Close Excel
find the workbook personal.xls in the xlstart directory and delete it.

Use file=Find in the Windows Start

--
Regards,
Tom Ogilvy


"DanielWalters6" wrote in message
...
When ever I open Excel it doesn't open with a blank workbook as per

normal,
(eg. workbook1 or 4 or something) it opens with PERSONAL.

I am not sure how I did this, I think it may have been a macro,(that's why
I';ve put it in programming) I've tried deleting all the macros that I can
find and it's still doing this.

Please if anyone knows how to stop this, could you please help me

Thankyou for your help in advance

Dan

--
iPod's ROCK!




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default PESONAL WORKBOOK PLEASE HELP

Dan

As an alternative you could always "Hide" Personal.xls so's it opens but is
hidden from view.

With it open go to WindowsHide then close Excel. Click "Yes" when asked to
save changes to Personal.xls.

Then any global macros will be available for any and all open workbooks.

That is the function of the Personal.xls workbook.


Gord Dibben Excel MVP

On Tue, 27 Sep 2005 13:42:03 -0700, "DanielWalters6"
wrote:

After many failed attemtps (not sure why)

It finally worked.

thank you for your time

Dan




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default PESONAL WORKBOOK PLEASE HELP

Thankyou, but I don't regularly use the same macros.

Thank you for your help all the same. Have made a mental note of a few way
in which I can hide a workbook in future.

P.s. You know how you can make two workbooks open at the same time? Eg. when
creating a shortcut to a file, can you make it so that it opens two?

Or when I was to open one workbook, another one would open hidden.

Thank's for the help

Dan
--
iPod's ROCK!


"Gord Dibben" wrote:

Dan

As an alternative you could always "Hide" Personal.xls so's it opens but is
hidden from view.

With it open go to WindowsHide then close Excel. Click "Yes" when asked to
save changes to Personal.xls.

Then any global macros will be available for any and all open workbooks.

That is the function of the Personal.xls workbook.


Gord Dibben Excel MVP

On Tue, 27 Sep 2005 13:42:03 -0700, "DanielWalters6"
wrote:

After many failed attemtps (not sure why)

It finally worked.

thank you for your time

Dan



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default PESONAL WORKBOOK PLEASE HELP

Dan

You can place the hidden workbook in your XLSTART or Alternate startup folder
designated at ToolsOptionsGeneral and it will open hidden whenever Excel is
started.

If always to be the same file you can have a shortcut to any other file and
both will open, one of them hidden.

I can't think of any way to open two files from a single shortcut.


Gord

On Wed, 28 Sep 2005 11:19:03 -0700, "DanielWalters6"
wrote:

Thankyou, but I don't regularly use the same macros.

Thank you for your help all the same. Have made a mental note of a few way
in which I can hide a workbook in future.

P.s. You know how you can make two workbooks open at the same time? Eg. when
creating a shortcut to a file, can you make it so that it opens two?

Or when I was to open one workbook, another one would open hidden.

Thank's for the help

Dan


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 161
Default PESONAL WORKBOOK PLEASE HELP

Daniel, don't you mean opening same file in two or more windows?
You can do that by clicking on Window-New Window. Then arrange according ur
need.

"DanielWalters6" wrote:

Thankyou, but I don't regularly use the same macros.

Thank you for your help all the same. Have made a mental note of a few way
in which I can hide a workbook in future.

P.s. You know how you can make two workbooks open at the same time? Eg. when
creating a shortcut to a file, can you make it so that it opens two?

Or when I was to open one workbook, another one would open hidden.

Thank's for the help

Dan
--
iPod's ROCK!


"Gord Dibben" wrote:

Dan

As an alternative you could always "Hide" Personal.xls so's it opens but is
hidden from view.

With it open go to WindowsHide then close Excel. Click "Yes" when asked to
save changes to Personal.xls.

Then any global macros will be available for any and all open workbooks.

That is the function of the Personal.xls workbook.


Gord Dibben Excel MVP

On Tue, 27 Sep 2005 13:42:03 -0700, "DanielWalters6"
wrote:

After many failed attemtps (not sure why)

It finally worked.

thank you for your time

Dan



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
Select sheet tabs in workbook & save to separate workbook files stratocaster Excel Worksheet Functions 2 March 1st 06 03:35 PM
Running a macro to protect a workbook on a already protected workbook UNprotects the workbook ?? WimR Excel Programming 9 July 25th 05 12:44 PM
Copy a range of cells in an unopened workbook and paste it to the current workbook topstar Excel Programming 3 June 24th 04 12:50 PM
Open a password protected excel workbook from second workbook to fetch data using dynamic connection kaustav choudhury Excel Programming 2 April 3rd 04 06:18 AM
What commands do you use to name a workbook, save a workbook,open a workbook Steven R. Berke Excel Programming 1 July 24th 03 11:37 PM


All times are GMT +1. The time now is 03:26 PM.

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"