rngdestination

  1. Y

    Run vba by clicking shapehyperlink

    Hi dear, I am still learning about hyperlinks (with shape). I have vba code in module to move from one sheet to another, like this Sub HomeButton() Dim wb As Workbook: Set wb = ThisWorkbook Dim rngReference As Worksheet Dim rngDestination As Worksheet Dim shpHyperlink As Shape...
  2. B

    Print to PDF on a Mac

    Hi all. My friend wrote me a macro to export data in templates to PDFs. Simple enough task, but neither of us can get it to work on my Mac. Is it possible to do so? Code below. Thanks in advance! Sub GetDataGenerateInvoices() Dim DealerCounter As Integer Dim DealerCodePos As Integer...
  3. B

    Macro to open specific folder

    Hi Everyone, I have the macro below on a button in a worksheet and I want it to open "C:\Users\HOME\Dropbox\DSR DAILY IMPORT" so we can select a file which it does BUT it also opens "My Documents" folder as well? I'm not seeing why that is happening? Thank you! ​Sub Macro1()<code...
  4. B

    Help edit this macro to specific sheet

    Hi Everyone, I have the following macro which works well except for one issue. It will import a selected file to whichever sheet is open at the time and I need to edit it where it imports to a sheet titled "POS IMPORT" whether its open or not. Thanks in advance!! Sub...
  5. H

    Macro to open wokbook and only copy certain columns

    I have a macro below that opens a workbook and copies the data. However the fields in the import data changes from time to time i.e. extra fields are added I need my code altered so that only columns containing the following headings in row 1 are copied Stock Number Order Number...
  6. G

    VBA Import Data Question

    Hello! Currently my spreadsheet uses the following code, which I just found off another site. It's great but I need to advance it a bit and don't know how. I would like to be able to select the document but have it automatically import a specific range (which always remains the same) within...
  7. J

    Import specific range from another workbook

    Hey guys, stuck with this one. Found this code online: <code class="vb keyword">Sub</code> <code class="vb plain">ImportDatafromotherworksheet()</code> <code class="vb spaces"> </code><code class="vb keyword">Dim</code> <code class="vb plain">wkbCrntWorkBook </code><code class="vb...

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