ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Add a new Sheet in a Add-In (https://www.excelbanter.com/excel-programming/337529-add-new-sheet-add.html)

[email protected]

Add a new Sheet in a Add-In
 
Hallo guys,

I have a worksheet with two tables. One empty visible table and one
hidden table with shapes. I have created a function in a modul for
adding a third sheet. Code:
Call ThisWorkbook.Worksheets.Add(,
ThisWorkbook.Worksheets(ThisWorkbook.Worksheets.co unt))

This works fine.
Now I save the XLS as an AddIn file (XLA) and call the function from a
Powerpoint macro and it fails. I can step through the source code with
F8, this works:
msgbox ThisWorkbook.Worksheets.count
The msgbox show a 2.
If I call "worksheet.add" the execution aborts and next time I'm out of
Excel and back in Powerpoint again. "on error resume next" statements
are ignored.

What ist the problem? All readOnly propertys are set to false.


[email protected]

Add a new Sheet in a Add-In
 
Its a MS Problem. In the File is only one Macro with one command:
http://www.gwebspace.de/peterfarge/Crash.xls

Save this file as an xla and double click on the xla - crash...



All times are GMT +1. The time now is 07:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com