03-02-2012, 03:35 AM
I know to open a new Excel file, I must
But what does Set oExcel = when i want to open a previosly crerated?
Code:
Set oExcel = CreateObject("Excel.application")
But what does Set oExcel = when i want to open a previosly crerated?