Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 186
Default VBAProject (Personal.xls)

I open Excel 2003, the VBAProject (Personal.xls) opens. (Don't know if that
is the correct terminology.)

If I open Excel again, I get the warning that the personal.xls workbook is
locked for editing.

I click cancel.

How can i prevent this message box from appearing?
--
Ken Hudson
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default VBAProject (Personal.xls)

Don't open two instances of excel.

Save your personal.xls as an addin (.xla).

Mark your personal.xls as readonly (in windows explorer).

Ken Hudson wrote:

I open Excel 2003, the VBAProject (Personal.xls) opens. (Don't know if that
is the correct terminology.)

If I open Excel again, I get the warning that the personal.xls workbook is
locked for editing.

I click cancel.

How can i prevent this message box from appearing?
--
Ken Hudson


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default VBAProject (Personal.xls)

I've seen that happen when I open up multiple instances of Excel. I think
the only way around it is to work only in one instance of Excel. If I'm
wrong, I'm sure someone will correct me.
--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



"Ken Hudson" wrote:

I open Excel 2003, the VBAProject (Personal.xls) opens. (Don't know if that
is the correct terminology.)

If I open Excel again, I get the warning that the personal.xls workbook is
locked for editing.

I click cancel.

How can i prevent this message box from appearing?
--
Ken Hudson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VBAProject (Personal.xls)

hI
I am a total rookie & working on my first macros my excel crashed & it created
not one but 3

VBAProject personal (VERSION 1).xls
VBAProject personal (VERSION2).xls
VBAProject personal (VERSION 2) (VERSION 2).xls

how do I get read of them??, they don't have modules but do have workbooks &
the remove this workbook option is greyed out, same situation on the objet
file + vba project

Please help!!

Tks
"Dave Peterson" wrote:

Don't open two instances of excel.

Save your personal.xls as an addin (.xla).

Mark your personal.xls as readonly (in windows explorer).

Ken Hudson wrote:

I open Excel 2003, the VBAProject (Personal.xls) opens. (Don't know if that
is the correct terminology.)

If I open Excel again, I get the warning that the personal.xls workbook is
locked for editing.

I click cancel.

How can i prevent this message box from appearing?
--
Ken Hudson


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default VBAProject (Personal.xls)

Open the VBE.
Hit ctrl-g to see the immediate window.
type this and hit enter:
?workbooks("personal (VERSION 1).xls").fullname
(Be careful with your typing!)
make a note of the location(s).

Close excel.
Open windows explorer and go to that folder and delete (or move) the files you
don't want.

(Another way...)

These look like the files you get when excel crashes and autorecovery steps in
and tries to help.

You may be able to find them (using xl2003 menus):
tools|Options|save tab
Look at the "autorecovery save location" box.

Kelly_Valles wrote:

hI
I am a total rookie & working on my first macros my excel crashed & it created
not one but 3

VBAProject personal (VERSION 1).xls
VBAProject personal (VERSION2).xls
VBAProject personal (VERSION 2) (VERSION 2).xls

how do I get read of them??, they don't have modules but do have workbooks &
the remove this workbook option is greyed out, same situation on the objet
file + vba project

Please help!!

Tks
"Dave Peterson" wrote:

Don't open two instances of excel.

Save your personal.xls as an addin (.xla).

Mark your personal.xls as readonly (in windows explorer).

Ken Hudson wrote:

I open Excel 2003, the VBAProject (Personal.xls) opens. (Don't know if that
is the correct terminology.)

If I open Excel again, I get the warning that the personal.xls workbook is
locked for editing.

I click cancel.

How can i prevent this message box from appearing?
--
Ken Hudson


--

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
Modules in VBAProject (PERSONAL.xls) Drahos Excel Programming 1 May 18th 06 11:13 AM
VBAProject Daniel[_4_] Excel Programming 5 July 4th 05 12:01 PM
Personal macro workbook and personal.xls John Kilkenny Excel Discussion (Misc queries) 1 June 14th 05 09:43 PM
VBAProject Andy Excel Worksheet Functions 1 January 10th 05 02:53 PM
How to get rid of a VBAProject? GF[_2_] Excel Programming 1 February 20th 04 03:10 PM


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