Some reference missing after migrated from office 2016 to office 365

catshitone 1 Reputation point
2022-11-21T08:40:40.817+00:00

Hi,

I have a project that works fine with Office 2016 but got some issue with Office 365.

After debugging, I found some of Office references are missing, but my colleague who works with Office 2016 can find these references in his laptop.

Please see screenshot, the references which in yellow are missing.
262454-missing-references.png

Please tell me shall download the missing references same with Office 2016, or I need to download other references specific for Office 365. (Like for Office 2016, the Microsoft Forms 2.0 Object Library reference which needed by my project is C:\Windows\System32\FM20.DLL, but for Office 365, I don't know is it the same. Do I still need Microsoft Forms 2.0 Object Library for Office 365? Or maybe what I need is Microsoft Forms 3.0 Object Library?)

Developer technologies Visual Basic for Applications
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Oskar Shon 866 Reputation points
    2022-11-21T22:15:56.08+00:00

    Where you have problem with references, then onside this screen you 'll see "MISSING" i don't see up there.
    Anyway, you can use early binding (as object) to make your code working any version, any path to rights controls.

    Also you can replace refedit to standard MF20 Combobox as I do as usual

    262760-image.png

    Regards


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.