+ Reply to Thread
Results 1 to 3 of 3

When opening a new Excel file I need to click on a cell before it opens...

  1. #1
    Registered User
    Join Date
    02-11-2005
    Posts
    5

    When opening a new Excel file I need to click on a cell before it opens...

    When opening a new Excel file by double-clicking on it, after Excel loads I need to click inside one of the empty cells on my startup sheet before the file will open. Any ideas how to fix this? I don't have this problem on other installations of Excel. Using 2007.

    Thanks,

    David

  2. #2
    Registered User
    Join Date
    08-13-2010
    Location
    Leeds, England
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: When opening a new Excel file I need to click on a cell before it opens...

    Hi,

    In my very simple example I select cell C2 of Sheet2 upon the file opening.

    This involves VBA code

    Please Login or Register  to view this content.
    You have to put this code in the ThisWorkbook project (Alt + F11 to go to VBA code, double click ThisWorkbook on the LHS), and also ensure Macros are enabled in the Excel used to open the file.

    Just put the sheet name and cell in the code above and it should work, it works for mine and I'm on Excel 2007.

  3. #3
    Registered User
    Join Date
    08-13-2010
    Location
    Leeds, England
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: When opening a new Excel file I need to click on a cell before it opens...

    Helps if I attach the file.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1