special cells

  1. wsnyder

    Last Column Is 1 More Than Expected

    Hi all, Using Excel 365. I am trying to find the last used column on the worksheet. However, it is consistently returning 11 where I expect 10. I highlighted column 11 to right and cleared all. Still, the code returns 11. What am I missing? Thanks, -w Sub foo() Dim wb As Workbook...
  2. A

    VBA adding blank lines when range copied

    I had some help with some code from this thread ( Macro crashes with button, works perfectly if run line by line ) and have modified it slightly since then, see below. When I run it, it duplicates the number of lines I have but makes them blank. I added a special cells portion to delete the...
  3. G

    VBA Macro Copy Sheets to new workbook based on combobox filtered values

    Hi all, I'm writing a code that once you click on one button, it: Filters values in a table based on a combobox value (the first column of these filtered value is the name of my sheets) Creates a new blank workbook named from the combobox & another cell in my workbook Select all the sheets...
  4. F

    Cut & Paste Special Cells from Sheet 1 to Sheet 2, Then Delete Blanks

    Hi, I'm currently working on a macro which would allow me to cut & paste filtered data from one sheet to another, then come back to the original sheet and get rid of the blank rows that are left. Originally, I was able to get around the problem of cutting unwanted data by sorting several columns...
  5. H

    Copying filtered cells

    Hi All, I'm using the following code to filter the cells and then copy the filtered values. The code seems to be working for Sti but when I use it for Mon, the whole sheet data copies. Kindly help me identify what I'm doing wrong over here This is what my data looks like: <tbody> order_no...
  6. andrewb90

    Trying to offset to another sheet

    Hello all, I have this that I can't seem to succesfully apply an offset to: Sub CellToComment()Dim Rng As Range Dim WorkRng As Range On Error Resume Next Set NoteRng = Range("S89:S100").SpecialCells(xlCellTypeVisible) For Each Rng In NoteRng Rng.NoteText Text:=Rng.Value 'Need to...

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