Ashfaque
Search Beautiful Girls from your town for night
- Local time
- Today, 20:53
- Joined
- Sep 6, 2004
- Messages
- 897
Hi,
I am simply calling my module procedure (private sub) after clicking a button like below but the subjected error appearing as 'compile error'
Private Sub CmdImportExcel_Click()
MsgBox "DATA IMPORTED"
End Sub
It is strange, the other code below is working with no issue at all.....
Private Sub CmdExport_Click()
Call ProcRep1
MsgBox "DATA EXPORTED SUCCESSFULLY"
End Sub
Any help shall be appreciated....
Thanks
I am simply calling my module procedure (private sub) after clicking a button like below but the subjected error appearing as 'compile error'
Private Sub CmdImportExcel_Click()
Code:
Call MyData
End Sub
It is strange, the other code below is working with no issue at all.....
Private Sub CmdExport_Click()
Call ProcRep1
MsgBox "DATA EXPORTED SUCCESSFULLY"
End Sub
Any help shall be appreciated....
Thanks