• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Update data using userform makes some cells values = #N/A vs blank

Hello,
I added two more controls to my Userform which resulted in having to add two more columns to my data table. So, I updated the code and ran into the following issue.
Per the attached image...
1. Click on a record in the ListBox
2. Click the Update command button
3. Returns the value #N/A in the data table in columns 97-115.

The controls I added are two checkboxes in the UserForm Customer frame (circled in red). They are not working exactly like I want, but I will tackle that later.
Thank you in advance!
 

Attachments

  • Chandoo Image.pdf
    108.2 KB · Views: 1
I have resolved this issue. Within the Private Sub cmbUpdate_click() I have an array and there were some textboxes/combobox names that were incorrect so the data shifted. Despite proofing my changes closely, it wasn't close enough.
 
Back
Top