clipboard empty

  1. X

    Append large data from CSV to Text file in VBA

    I have a large csv file (150K rows and 150 columns) that I open in excel, copy it then append it to existing text file. When I try to do this in VBA using either of the below codes that I found online, I get Null value from the clipboard. If I copy a smaller range, below commands work. If I...
  2. M

    VBA code also clears clipboard

    Hi I have some VBA code that basically checks if there's an error message in cell M58, then display a Command Button "ClearError1" Private Sub Worksheet_Calculate() On Error Resume Next If IsError(Range("M58").Value) Then ClearError1.Visible = True 'Else ClearError1.Visible = False End Sub...
  3. A

    Use clipboard as reference, but clipboard is empty?

    I have this code below. Whenever I send an email, I want to put a "Y" in the corresponding row with a unique code that I entered. As I go through this code, I get to the line If item_in_review = Sheets("Data").Range("K" & row_number), but it keeps saying the clipboard is empty, but the excel...
  4. M

    Ms excel clipboard not working

    :confused:Hi guys, I am having a problem when I copy set of cells. I am copying a filtered set of cell in a worksheet and then unfilter the worksheet to delete the original set of cells. Then I will paste the filtered set of cells that I was supposed to get from the clipboard. Thing is...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top