Add worksheet to workbook of calling procedure
Workbooks("Workbook1_Name").Worksheets.Add
--
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Alan Beban" wrote in message
...
In a general module of Workbook1 I am calling a Sub procedure in
WorkbookAddIn. I want the WorkbookAddIn Sub to add a worksheet to
Workbook1. Can that be done?
Thanks,
Alan Beban
|