Hello I am not an experienced programmer.
I need to call a sub from module 1 to module 2
I am using bellow mentioned code to do so but its not working please help me to get this thing solved.
Sub testhide()
Call Module1.AdminHi de
End Sub
I need to call a sub from module 1 to module 2
I am using bellow mentioned code to do so but its not working please help me to get this thing solved.
Sub testhide()
Call Module1.AdminHi de
End Sub
Comment