Public subroutine called from a private sub

  • Thread starter Thread starter Neil Bhandar
  • Start date Start date
N

Neil Bhandar

Am I allowed to send values by ref from a private sub to a
public sub? Here is the sample code:

Prive Sub Blah()
Dim Entire as Boolean, Pages as Long
 
Hi Neil,

With just the framework of your routines, I see nothing wrong (other than
the typo on "Private"). I assume something in your omitted code is causing
a problem. Please show us both subroutines and we can help you diagnose the
problem.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]
 
Back
Top