PDA

View Full Version : Solved: Import Class file from Visual Studio to Excel



ladylambert
11-25-2010, 08:09 AM
Hi

I'm new here and am also new to VBA. I have not taken any lessons in VBA & i am required to do it for my internship. Does anyone know how do i import the Class file, created in Visual Studio into Excel? I heard that Macros are involved but does anyone know the steps from creating the Class file in VS all the way to importing?

Thanks! :)

Bob Phillips
11-25-2010, 10:44 AM
Classes in Visual Studio are just simpe text .cs files, so you could open them in a text editor and copy and paste the code.