Thread
:
Excel Global Variable Setting
View Single Post
#
5
Posted to microsoft.public.excel.programming
John Baker
external usenet poster
Posts: 98
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
Reply With Quote
John Baker
View Public Profile
Find all posts by John Baker