Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a situation where I need to add a BeforePrint event
procedure in hundreds of Excel2000 workbooks. (From a KB article: Private Sub Workbook_BeforePrint(Cancel As Boolean) ActiveSheet.PageSetup.LeftFooter = ThisWorkbook.FullName End Sub ) I need some pointers into help so I can find the objects/methods that I can use to automate inserting those lines of code into each .xls file. In Access, it's the Module object and its InsertLines method, but I can't seem to find the analogous items in Excel. -- Marsh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automate adding sheets | Excel Discussion (Misc queries) | |||
Excel---how do i automate adding a suffix to text? | Excel Discussion (Misc queries) | |||
use VB code IF to automate filling in 11 columns | Excel Discussion (Misc queries) | |||
Automate this code | Excel Programming | |||
Way to automate adding pictures in a series in Excel? | Excel Programming |