No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: Try this code its 100% working Add reference "Microsoft Excel 10.0 object library" to your project then paste the code to your open Excel file button Click event [code] Private Sub OPEN_EXCEL_FILE_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OPEN_EXCEL_FILE_Button.Click Dim xlsApp As Microsoft.Office.Interop.Excel.ApplicationClass Dim xlsWB As Microsoft.Office.Interop.Excel.WorkbookClass xlsApp … | |
Re: THIS CODE WORKS 100% FOR ENTERING ONLY NUMERIC VALUES IN TEXTBOX.YOU CAN ALSO USE BACKSPACE AND SPACE BAR KEYS TOO.JUST COPY PASTE THE CODE DO NOT TRY TO WRITE THE CODE ELSE AS A CHARACTER USED FOR BACKSPACE KEY CANNOT BE TYPED. THANK YOU PASTE THE CODE IN "KeyPress " … |
The End.