flat file

  1. D

    A Table into a Flat Table

    Hi there, I have been scratching my head how to transform a table with two headers into a flat table in excel. Below is an image of what I am trying to reproduce using VBA. I am actually a complete noob in terms of VBA and am trying to basically understand ready coades and adapt them to my...
  2. 1

    Maco Help - Copy linear monthly data in one row to multiple monthly rows

    Hello all, Hoping someone can help or tell me this isn't possible. I'm working on implementing a new forecast process at work and each budget owner will be submitting their forecast in a standardize template. In order for the budget owners to adopt this new process, it needs to be as easy as...
  3. C

    Syntax Error: Crosstab to Flat File Macro

    I recently came across a macro designed to convert crosstabular data to database ready data. You can find the post here... I've recently found a macro that will allow me to convert crosstabular data to a data base format. (You can find it here...
  4. J

    Export a copy of Workbook without Macro/Formulas

    I have been using the below macro to export worksheets without macros/formulas, now I am looking to export the whole workbook without formulas and macros. Export it as a "flattened" workbook. Sub Flatten() Dim wbDest As WorkbookDim wbSource As Workbook Dim sht As Object Dim strSavePath As...
  5. J

    Exporting Worksheets as xlsm with Values not Formulas

    I am using an export code to take my worksheets to a destined folder in xlsm format. I am looking to adjust this formula so when the worksheets are exported it is a flat file that just contains the values in the cells NOT the formulas. Sub CreateWorkbooks()Dim wbDest As Workbook Dim wbSource As...
  6. S

    cross tab to flat file VBA

    Keep getting close, just not quite yet. I have the following cross tab table that I would like to convert to a flat file. (pivot table ready) The labels that begin w/ > will not contain data, but will be needed as metric labels for the data below each one. As long as I keep these headings out...

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