ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Worksheet activate (https://www.excelbanter.com/excel-programming/307980-worksheet-activate.html)

Lee Hunter[_2_]

Worksheet activate
 
Follwing is part of some code I'm using. The worksheet
activate is not invoked when it's workbook is open, but
is invoked when it is manually activated. That is, when
I activate another sheet and then activate sheet 2 again.

What am I overlooking?

Thanks!

Private Sub App_WorkbookOpen(ByVal Wb As Workbook)
Worksheets("sheet2").Activate
End Sub
Private Sub Worksheet_Activate()
Dim MyRange, answer, mess, startR As Range, endR As
Range, MRange As Range
Set MyRange = Range("a7")
MyRange.Select

E_R[_30_]

Worksheet activate
 
Where are you calling App_WorkbookOpen from

--
Message posted from http://www.ExcelForum.com


No Name

Worksheet activate
 
From this link I understood that this event was triggered
by just opening the workbook. Not Correct?

http://support.microsoft.com/default.aspx?scid=kb;en-
us;213220&Product=vba

-----Original Message-----
Where are you calling App_WorkbookOpen from?


---
Message posted from http://www.ExcelForum.com/

.



All times are GMT +1. The time now is 02:33 AM.

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