Thread
:
Macro to run on openinng worksheet
View Single Post
#
3
Posted to microsoft.public.excel.programming
mangesh_yadav[_62_]
external usenet poster
Posts: 1
Macro to run on openinng worksheet
just put your code in a sub called Auto_open
for example
Sub Auto_Open()
' your code here
End Sub
- Manges
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
mangesh_yadav[_62_]
View Public Profile
Find all posts by mangesh_yadav[_62_]