View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ronbo Ronbo is offline
external usenet poster
 
Posts: 162
Default Write Code w/VBA

Thanks, that is exactly what I was looking for.

"Tom Ogilvy" wrote:

http://www.cpearson.com/excel/vbe.htm

--
Regards,
Tom Ogilvy


"Ronbo" wrote:

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