Thread
:
Simple Declaration Question
View Single Post
#
1
Posted to microsoft.public.excel.programming
Andibevan[_4_]
external usenet poster
Posts: 103
Simple Declaration Question
If I want to declare values String1 and String2 as strings can I use the
following:-
Dim String1, String2 as String
Or do I need
Dim String1 as string, String2 as string?
Ta
Andi
Reply With Quote
Andibevan[_4_]
View Public Profile
Find all posts by Andibevan[_4_]