• 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.

Search results

  1. N

    error in range using combobox

    this is the code Private Sub closeButton_Click() Unload Me End Sub Private Sub cmdButton_Click() Dim lRow As Long Dim lAct As Long Dim ws As Worksheet Set ws = Worksheets("RfiDatas") 'find first empty row in database lRow = ws.Cells(Rows.Count, 1) _ .End(xlUp).Offset(1, 0).Row...
Back
Top