L
Legacy 69293
Guest
Several places in the code samples (eg. page 100) there is a line of code setting a reference to ThisWorkbook.
dim thisWorkbook as Excel.Workbook = CType(Globals.Thisworkbook,Excel.Workbook)
Every time I have tried the code with this line I get an exception. I think I am following the examples to the letter.... Any suggestions on this one?
dim thisWorkbook as Excel.Workbook = CType(Globals.Thisworkbook,Excel.Workbook)
Every time I have tried the code with this line I get an exception. I think I am following the examples to the letter.... Any suggestions on this one?