Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default PERSONAL.XLS ??

Hi;

Somehow Personal.Xls started adding a workbook and a worksheet when I open
Excel. I want to keep the personal.xls modules but I want to stop the
workbook & sheet from opening up. How do I do that?

I have tried for a couple of hours now.

Regards Bill
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default PERSONAL.XLS ??

Make Personal.xls the "ActiveWorkbook" then go the the menu "Window"
and choose "Hide"

Charles

Bill Case wrote:
Hi;

Somehow Personal.Xls started adding a workbook and a worksheet when I open
Excel. I want to keep the personal.xls modules but I want to stop the
workbook & sheet from opening up. How do I do that?

I have tried for a couple of hours now.

Regards Bill


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default PERSONAL.XLS ??

I have this in my personal.xls and have it assigned to a button in my
menu.xls workbook.

Sub TogglePersonal()
Windows("PERSONAL.XLS").Visible = Not Windows("PERSONAL.XLS").Visible
End Sub

--
Don Guillett
SalesAid Software

"Bill Case" wrote in message
...
Hi;

Somehow Personal.Xls started adding a workbook and a worksheet when I open
Excel. I want to keep the personal.xls modules but I want to stop the
workbook & sheet from opening up. How do I do that?

I have tried for a couple of hours now.

Regards Bill



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default PERSONAL.XLS ??

And then close excel.

You'll be prompted to find out if you want to save personal.xls (since you made
a change making it hidden).

Answer yes.

And then restart excel.

Die_Another_Day wrote:

Make Personal.xls the "ActiveWorkbook" then go the the menu "Window"
and choose "Hide"

Charles

Bill Case wrote:
Hi;

Somehow Personal.Xls started adding a workbook and a worksheet when I open
Excel. I want to keep the personal.xls modules but I want to stop the
workbook & sheet from opening up. How do I do that?

I have tried for a couple of hours now.

Regards Bill


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default PERSONAL.XLS ??

Aw come on, I thought he'd enjoy a recurring problem ;) <gr Anyhow
thanks for the reminder...

Charles

Dave Peterson wrote:
And then close excel.

You'll be prompted to find out if you want to save personal.xls (since you made
a change making it hidden).

Answer yes.

And then restart excel.

Die_Another_Day wrote:

Make Personal.xls the "ActiveWorkbook" then go the the menu "Window"
and choose "Hide"

Charles

Bill Case wrote:
Hi;

Somehow Personal.Xls started adding a workbook and a worksheet when I open
Excel. I want to keep the personal.xls modules but I want to stop the
workbook & sheet from opening up. How do I do that?

I have tried for a couple of hours now.

Regards Bill


--

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
Personal.xls Karen Excel Discussion (Misc queries) 4 July 28th 06 08:46 PM
WHERE IS PERSONAL.XLS Bob Phillips New Users to Excel 0 July 13th 05 10:45 AM
Personal macro workbook and personal.xls John Kilkenny Excel Discussion (Misc queries) 1 June 14th 05 09:43 PM
personal.htm & personal.xls in Macro Rasoul Khoshravan Azar Excel Programming 0 January 21st 04 05:27 PM


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