Import "ThisWorkbook"?
oops sorry, I only caught the class bit, missed THisWorkbook.
--
__________________________________
HTH
Bob
"Bob Phillips" wrote in message
...
You have to remove the original first, otherwise you get the situation
that you describe.
--
__________________________________
HTH
Bob
"Charlotte E." wrote in message
...
When I right-click and export the "ThisWorkbook" class module everything
works fine :-)
But when I try to import it again it gets imported a a new seperate
class-module with the name "ThisWorkbook1".
How to directly import the "ThisWorkbook" into the original/true
"ThisWorkbook" class-module, without having to copy and paste the
imported code?
|