Quote:
Originally Posted by macropod
The issue may be that your Workbook_Open code has content that isn't supported in the xls format. Without seeing the code, it's impossible to say for sure what the issue is.
|
Thanks for answering. I attach my file in XLS format vith VBA code
I tried also a simple VBA in my XLS file (See second attach)
Code:
Private Sub Workbook_Open()
Sheets("Sheet1").Activate
End Sub
but nothing happens
Thank you, that you have a desire to help me