View Single Post
 
Old 04-11-2013, 01:22 AM
beginner beginner is offline Windows 7 32bit Office 2007
Advanced Beginner
 
Join Date: Sep 2011
Location: Europe
Posts: 45
beginner will become famous soon enough
Default

Quote:
Originally Posted by macropod View Post
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
Attached Files
File Type: xls limitdate.xls (38.5 KB, 11 views)
File Type: xls Sheet1_Activate.xls (25.5 KB, 12 views)
Reply With Quote