Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to call a procedure and I can't figure out how to do it correctly. This is my call statement. WorkBook_Open (filename:=Range("O2").Value,cutrange:=range("O5") .address) The following is the procedure I am trying to call: Private Sub WorkBook_Open(ByVal FileName As String, ByVal CutRange As Range) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Call a procedure whose name is stored in a variable | Excel Programming | |||
Variable procedure call | Excel Programming | |||
Call procedure using variable | Excel Programming | |||
Call Sub Procedure object_Exit(ByVal Cancel As MSForms.ReturnBoole | Excel Programming | |||
can I call a procedure using a variable | Excel Programming |