Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to call a sub routine in another spreadsheet but I keep getting a
compile error "sub or function not defined." I have the following code: .... If Not mybook Is Nothing Then 'Need to do the following: 'if lazy eye hasn't been run in directorcopy then run it With mybook.Worksheets("DirectorCopy") If .Cells(1, 1) = "" Then Call DirectorFormat DCLastRow = .Range("A" & Rows.Count).End(xlUp).Row 'Determine how many rows in directorcopy Else DCLastRow = .Range("A" & Rows.Count).End(xlUp).Row End If .... Call DirectorFormat is giving me the error. I've also tried Call DirectorCopyFormat.DirectorFormat (DirectorCopyFormat is the module Directorformat sits in) but that gives me the same error. What am I doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to call a vb.net dll from VBA | Excel Programming | |||
Call Center Management: How to calculate 'cost per call' | Excel Discussion (Misc queries) | |||
call sub | Excel Programming | |||
How do you call one Sub from another Sub ? | Excel Programming | |||
call sub | Excel Programming |