I'm starting to really get into VB.net on Visual Studio 2022. My question is: How do you know you have all the references (Imports) that you should have for a particular program. I'm writing a program to sort certain areas of a Excel spread sheet so I found I needed to include the Microsoft Excel 16.0 object library and the Microsoft 16.0 Office object library. I don't know if I need anything else for the project I'm working on. Is there an easy way to see the parameters that a included library has? I guess this is basic training but new to me. Thanks all.