Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following macro call works fine when a specific cell is updated. How do I
call the macro when the worksheet is first opened? Private Sub Worksheet_Activate(ByVal Target As Excel.Range) If Target.Address = Range("hanwono").AddressLocal Then Call PullExistingDataToHand End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
to call procedure in a worksheet in a module | Excel Discussion (Misc queries) | |||
Call a procedure in the workbook from a worksheet | Excel Programming | |||
Call Procedure | Excel Programming | |||
Where else to look for procedure call | Excel Programming | |||
call procedure | Excel Programming |