I cant call a subroutine that is located in my form from an external module.......like
Form Code:
VB Code:
Public Sub Hello(byval strString as string) Code Here End Sub
Module Code:
VB Code:
form1.Hello("Hello")
what is wrong..............is there another syntax? because in the form i can do
??????VB Code:
Module1.(some subroutine)




Reply With Quote