Recent content by UCG

  1. U

    Complile error: variable not defined

    I was trying to extract data from another workbook and have them copied to specific column. I would like to have the message box to prompt the filter as in which period I would like to extract and for which type of invoice I would like to extract
  2. U

    Complile error: variable not defined

    Not quite sure what to dim here.. could you advice?
  3. U

    Complile error: variable not defined

    The line starts with response
  4. U

    Complile error: variable not defined

    Hi, could you please help me to look into the error: Sub CopyCols() Application.ScreenUpdating = False Dim srcWB As Workbook Set srcWB = ThisWorkbook Dim desWS As Worksheet Set desWS = Workbooks("CombinedData.xlsx").Sheets("Sheet1") desWS.UsedRange.ClearContents Dim...
Top Bottom