T
Thierry Paradis
Hi!
I have a xla and a xlt. In a xla macro, i need to access a sheet of an
instance of the template with a specific codename. The following code
returns an error:
ActiveWorkbook.xlsTheSheet
even:
ActiveWorkbook.worksheets(xlsTheSheet)
What's the good way to acces the xlsTheSheet?
Thanks,
Thierry Paradis.
I have a xla and a xlt. In a xla macro, i need to access a sheet of an
instance of the template with a specific codename. The following code
returns an error:
ActiveWorkbook.xlsTheSheet
even:
ActiveWorkbook.worksheets(xlsTheSheet)
What's the good way to acces the xlsTheSheet?
Thanks,
Thierry Paradis.