Thread
:
Global Variables
View Single Post
#
1
Posted to microsoft.public.excel.programming
MM User
external usenet poster
Posts: 27
Global Variables
Hi,
Is it possible to add a sub that can be used to set all variables:
Private Sub Workbook_Open()
Run setvalues
End Sub
Public Sub myvalues()
ProjectTitle = "my Project"
End Sub
Thanks!
Reply With Quote
MM User
View Public Profile
Find all posts by MM User