int64.type

  1. M

    Maintain text qualifier while creating a Web Query on MAC

    There's a Web Query in my workbook created on Windows that doesn't work if the workbook is opened on MAC and results in an error if trying to refresh it via vba and does nothing otherwise. I came across a variant of the following code on stack overflow which works to import the data from the...
  2. G

    Power Query + VBA with Changing Column Headers

    Hello All, I am working on creating a VBA that takes a data set that has one row with multiple date columns and converts it to a a row for each date column. The Power Query function has worked great for this. The issue I am having is that since the VBA is looking at specific column names, this...
  3. B

    Import CSV (text file) into Excel - without PowerQuery

    I'm wanting to import a CSV file into an excel workbook, and previously had just recorded this operation and tweaked the code generated from the recorder. Now with the PowerQuery / Get Data features in excel it wants to create a query connection which seems like overkill for my needs. Is it...
  4. S

    Input variable in pq

    Hi i have made a date input variable as below(query Name DATETABLE which returns correct result eg 10 Apr 2018 let Source = Excel.CurrentWorkbook(){[Name="DATE"]}[Content], #"Changed Type1" = Table.TransformColumnTypes(Source,{{"ReportDate", type datetime}}), #"Changed Type2" =...
  5. G

    Unpivot, transpose then merge columns

    Hi I have the following code that - produces gives a single cell result and it works well with one exception The number of records in the data source varies, so the number of columns needing to be merged varies - and as these are hard wired they get missed if more columns added and query fails...

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