View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
NickHK[_3_] NickHK[_3_] is offline
external usenet poster
 
Posts: 415
Default workbook Book1 missing on Exel start

Well you know your code is the culprit. However, apart from the fact that it
contains an If..Then block, we have no idea of what you are doing.

NickHK

"RobH"
egroups.com...
On Jun 20, 10:08 am, Mike H wrote:
You could start by disabling the macro to see if that solves the problem.

Mike



"RobH" wrote:
Normally, when Excel is opened you get a blank workbook called Book1.
I have created a macro which sits in the XLStart directory and auto
runs whenever a workbook or excel itself is opened. Following this
macro being added, I no longer get a blank workbook automatically on
opening Excel, how do I change this back?- Hide quoted text -


- Show quoted text -


Removing the macro does solve the problem, but I obviously need the
macro to be there.