Thread
:
Write Code w/VBA
View Single Post
#
1
Posted to microsoft.public.excel.programming
Ronbo
external usenet poster
Posts: 162
Write Code w/VBA
How do you write a routine using VBA. A simple exaple would be a macro that
creates the following sub...
Private Sub Workbook_Open()
ThisWorkbook.IsAddin = False
Application.Run "TestOne"
End Sub
Thanks a lot for any help.
Regards
Reply With Quote
Ronbo
View Public Profile
Find all posts by Ronbo