Post back if you find a solution.
Then google will have it.
> Still no luck ! I'll try posting in one of the other forums. Thanks for
> your help though
[quoted text clipped - 99 lines]
> >
> > Dave Peterson
HOLD ONTO YOUR HAT.
I just did a "Copernic" desktop search, and it brought up a 3 year old
e-mail with "Workbook" in it. After reading it, I recall having a problem a
few years back, with not getting a blank workbook on opening. I guess I
checked the forums, and got this answer:
"
John
From Excel, hit Alt-F11 to open the VBE. On the left side is the Project
Explorer. One of the project listed should be Personal.xls. Expand the
project if necessary and open the folder called Microsoft Excel Objects. In
that folder, there is an object called ThisWorkbook. Double click that and
it will open a code pane for that module. At the top of that code pane,
there are two drop down boxes. From the left one, select Workbook and from
the right select Open (it may select that for you automatically). This will
put the Sub and End Sub statement in the code pane. You type in the rest of
the code.
The ThisWorkbook module is actually a special kind of Class Module. It
already has all the class information coded into it, so you have access to
all of the events.
Let me know if you need more help.
Dick
-----Original Message-----
From: John [mailto:onejm@comcast.net]
Sent: Wednesday, September 25, 2002 2:16 PM
To: Dick Kusleika
I just deleted it, and "Voila"! Problem solved Thanks to Dick Kusleika,
wherever he is.
Thanks Again You All
John
> Post back if you find a solution.
>
[quoted text clipped - 106 lines]
>> >
>> > Dave Peterson
Dave Peterson - 06 Jul 2007 03:56 GMT
Thanks for posting back.
It sounds like your personal.xls file was actually creating the other workbook
when it opened.
> HOLD ONTO YOUR HAT.
>
[quoted text clipped - 148 lines]
> >
> > Dave Peterson

Signature
Dave Peterson