export data

  1. M

    VBA to Export Data from Excel to Access

    Dear Experts VBA code required to Export Data from Excel to Access I have a table in excel with 5 columns that I want to export to an access database. The data in excel is per below and all the 5 columns exist with the same heading names in the access database. The table name in the database...
  2. D

    exporting data in chunks

    Hi guys, Im trying ot figure out a way to split my data and export it to a csv, or another excel file. issue is, I have a huge dataset, I have it split into pieces by adding a black empty row above and below a "section". there's at least hundreds of sections. a section is about 11 columns wide...
  3. K

    Exporting Attached Excel File in Outlook to Another Excel File

    Hi, I would like to export data from an Excel file attached to an email... to another Excel file... and I would like to do it (if possible) by mass exporting all emails within a specific Outlook folder. The 2nd half of the code (the exporting from one Excel file to another... I've got down)...
  4. J

    Export only filled cells to access

    I find an easy way to send data from excel sheet to access database with following VBA code : Sub SaveOnAccess() Dim NewCon As ADODB.Connection Set NewCon = New ADODB.Connection Dim Recordset As ADODB.Recordset Set Recordset = New ADODB.Recordset NewCon.Open...
  5. N

    Excel Macro to Copy Data to New Workbook Based On Two Cell Values

    <tbody> Acct. No Product Date Manager Business Unit Misc. 1 A JULY SUE EAST NEEDS UPDATED CONTACT INFO 2 A AUGUST BOB WEST 3 C JUNE MARY SOUTH 4 D JULY TIM NORTH 5 B JULY MARY WEST </tbody> <tbody> </tbody> I need input/guidance on a work problem. Another branch for our...
  6. L

    compile error User-defined type not defined Set objXL = New Excel.Application

    Hi All, I am trying to Accomplish the following: Create a form that has a search function to search an item list but allow the user to also search through the item list using a bar to move up and down through the list. allow the user to edit only 1 column in the list (qty) list is stored...
  7. F

    Export data from Excel to MS SQL

    Hi, I have data as: <tbody> id name value 1 A1 1 2 A2 22 3 A3 33 ... .... ... </tbody> How to export the data (Range:A1:C&i) to MS SQL server, to table called "test"? I know how to get/select the data from MS SQL: TAB DATA/Connections/Workbook Connections/Add... then just add...
  8. S

    Exportable Report

    Hi, I'm trying to figure out if there is a way to separate the Power View from the actual workbook. I want to email out the Power View report only, without having to email them the workbook containing the raw data. Any help would be greatly appreciated. Thanks!
  9. M

    VBA code combining text and data from excel.

    Hi, I was hoping someone could help me with a VBA code that would combine text and data from excel to a word document. I have unsuccessfully modified & combined code from examples I have found online, and would appreciate any help you can provide. If possible, could you please add comments to...
  10. V

    Macro needed to export (Copy/Paste) data into new excel files

    Hi everyone, I have an excel file with 8 worksheets. I would like to be able to select any cells on any of these worksheets and export (paste as values) only that data into a new excel file on my desktop. I would like to be able to repeat this procedure as many times as I want, and the files...
  11. S

    VBA copy Macro from existing files and copy to stats file

    I am having issues with the following Macro. Little bit of information. I have a workbook called '2015 Stats' and all of my Officers compile a 'Patrol Log' and save it to a folder. they save it in the format of the date and their last name (i.e. 05-12-15 Smith). I succeeded in getting the macro...
  12. S

    Exporting Data to a table in MS word

    Really having trouble with this concept here. I have a range of data with varying rows and a fixed number of columns. I want to export this range to a table in MS word. This document has not been made yet. Anyone have an example I can look over?
  13. W

    integrating excel into 3rd party software without an import function

    I have been set a task to try and use data that is in excel and automatically fill in a template that at the moment has to be manually input. there is no bulk import feature. In excel i have rows of data, each row has approx 20 fields. each row with 20 fields has to be manually input into...
  14. M

    How to export html table from website that has values displayed as .png images

    I'm trying to export all historical values from this website Kentucky Lottery When trying to use a Web Query Function, it imports everything except the pertinent values. I've tried to save the webpage as a .xls file and open it with excel to no avail. Thanks for reading and if I posted this...
  15. M

    Export emails from Outlook to Excel, adding an additional column

    Hi everyone i borrowed the below VBA text from a thread on here but I need it to get the information from the Modified column. I've copied what was previously written and added the Modified search (.Cells(1, 4) = "Modified") but when exporting to Excel the Modified name appears in a column but...
  16. N

    Export Outlook Emails to Excel

    I need to create a database out of daily emails dropping in a specific folder. 1> Emails seggregated into folders upon arrival with the help of RULES, 2> Upon arrival, same emails are Exported to Excel file 3> Excel file on Auto Save & Auto Update mode 4> all exported data is formatted as...
  17. M

    'web query returned no data' - PLEASE HELP.

    Hi, I have been trying to export data from the following website http://www.stockbangladesh.com/resources/datamatrix but I keep on getting the message ' The web query returned no data... Can anyone please help? What do I do? How can I go about extracting the data from this site onto...

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