Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
could someone write me a VB code? thanks | New Users to Excel | |||
Write code to Write Code | Excel Programming | |||
Code to write out all lines of code | Excel Programming | |||
How can i write TSR code | Excel Programming | |||
Using VBA to Write VBA code | Excel Programming |