Consulting

Results 1 to 2 of 2

Thread: Opening 2010 .xlsm file in 2007 version of Excel

  1. #1
    VBAX Contributor
    Joined
    Aug 2011
    Posts
    126
    Location

    Opening 2010 .xlsm file in 2007 version of Excel

    Is there a DLL file or add in that I can download to allow Excel 2007 operate a Macro / Userform Driven workbook that was generated in Excel 2010?

    I get the "Can't Find Project or Library" Message.

    When it defaults to the VBA Manager the "FORMAT" command is highlighted in the code listed below.

    [vba]TextBox1.Value = Format(Sheets("sheet2").Range("b3"), "$0.00")[/vba]

    Thanks.

  2. #2
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,728
    Location
    In the VBE in 2007, go to Tools, References and see if any are #MISSING.

    If there are, uncheck it and save it

    You might have to check the corresponding 2007 Reference

    Sometimes that happens to me

    Paul

Posting Permissions

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