at the moment im doing it like this..

Dim test As String
test = Fill_Form()

and it executes the Fill_Form function, but is there any other way i can do it instead of having to declare a dim string every time??