View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
John Baker John Baker is offline
external usenet poster
 
Posts: 98
Default Excel Global Variable Setting

Chip

Would that be:

Send = ActiveWorkbook.Name
Public Send As String

?

Thanks

John

"Chip Pearson" wrote:

John,

Declare the variable, as below, before and outside of any procedure.

Public Send As String