I need to pull data from various cells into the text boxes of a VB App so that the data can be edited before sending it to a SQL Server Database.
The code I have found assumes that the data is neatly organized and then sends it to a list view in VB.
Can this be modified to select only certain cells (which are named) and send them to text boxes in VB?
Thank You....
The code I have found assumes that the data is neatly organized and then sends it to a list view in VB.
Can this be modified to select only certain cells (which are named) and send them to text boxes in VB?
Thank You....