Thread
:
Syntax issue
View Single Post
#
1
Posted to microsoft.public.excel.programming
Brett
external usenet poster
Posts: 113
Syntax issue
if "CHECK.REFI" is the name of a cell then how do I pass that to a sub please?
This doesn't work:
Call Q20_DUMPDATA_UF0_QCP("CHECK.REFI")
Sub Q20_DUMPDATA_UF0_QCP(stage)
Set rng = F_LNCH.Range(stage)
....statements
end sub
Reply With Quote
Brett
View Public Profile
Find all posts by Brett