Please how do query(select some fields) in excel worksheet to display in a grid and textboxes in vb form? How do i avoid the error "invalid use of null" since some of the fields will be blank before values are entered through the textbox?
Query Excel
Collapse
X
-
It depends if you're using VB or VBA, and if it's an object with an application or the workbook where you have the code.Originally posted by FidellPlease how do query(select some fields) in excel worksheet to display in a grid and textboxes in vb form? How do i avoid the error "invalid use of null" since some of the fields will be blank before values are entered through the textbox?
Can you give that information?
Comment