Thread
:
vba code
View Single Post
#
1
Posted to microsoft.public.excel.programming
Paul
external usenet poster
Posts: 108
vba code
what am i doing wrong here??
Sub testtt()
row = Sheets("DATA").WorksheetFunction.max(Range
("a10:a20"))
MsgBox row
End Sub
Reply With Quote
Paul
View Public Profile
Find all posts by Paul