usedrange

  1. B

    Add fields to PivotTable Report with VBA

    I am successfully creating a pivottable based on usedrange for a source table that has varying columns and rows. How can I use VBA to select all available fields to add to the report? Right now it comes up with the "Available Field List" so I manually check the all of the available fields, then...
  2. L

    Compile Error: Constant Expression Required

    I am receiving an error message "Constant Expression Required" from the following code: num_xmitters = ThisWorkbook.Worksheets("Instr List").UsedRange.Rows.Count Dim TransmitterArray(1 To 4, 1 To num_xmitters) As Range I do not feel that this range is varying since the used range on...
  3. S

    VBA for ThisWorkbook.Cells works with numbers only

    Hi Experts, I have converted some different code found on the site to do what I want but have two small issues I hope someone can assist me with. Basically what I want to do is find a blank set of cells within a column between to values then copy the top value to all cells (then continue...
  4. L

    VBA Locking Chart to cells

    Is there a way in VBA to bind a chart to a cell area? I am looking for a way to have my chart included in my UsedRange pickup of a copy. That is then pasted to a primary sheet.
  5. S

    Copying Only One Column of a Filtered Table

    I have a worksheet with a unique number in column A "NumberList" and other columns of data. Autofiltering is on. I need to filter the worksheet on column 13, then copy the contents of displayed cells in column A to another worksheet. In 2001, Dave provided an elegant response to a similar...

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