mrsetExcelRecor dset.Open "SELECT * FROM " & SelWsheet, mconExcelConnec tion, adOpenKeyset, adLockPessimist ic
What do you see wrong with the piece of code above? It Gives me Run-time error 424 Object Required. "SelWsheet" is a string variable that I get when the user selects from a List Box. It is string and it shows as "InvItem". Does it require an integer? Thanks for your insight!
Leave a comment: