Hi All,
I have a VBA code where cicking Yes on one form should take me to another form. To invoke the 2nd form, I used the command,
[pre]
[/pre]
When I Run the code, it says that there is an unspecified error and points to the line above. Any help in this regard would be really helpful for me.
Thank You,
Swetha
I have a VBA code where cicking Yes on one form should take me to another form. To invoke the 2nd form, I used the command,
[pre]
Code:
Userform1.Show
When I Run the code, it says that there is an unspecified error and points to the line above. Any help in this regard would be really helpful for me.
Thank You,
Swetha