export to excel

  1. D

    Outlook VBA to list the text strings of all folders and subfolders i.e., beyond two levels

    Hi Folks, The code below is listing the Outlook path for all my Outlook Folders but only two levels deep. e.g., \\Douglas.Markham@thecompany.com\Inbox\01) doug's jobs\completed jobs I've tried to nest a third For loop into the code to pull out the next level of folder e.g...
  2. T

    Export from multiple Access Queries to Multiple Workbooks and Worksheets

    I have a DB that culminates into 4 export queries. I would like to create a macro to export the 4 queries into one workbook per Business Unit. There are 10+ Business Units. A single Business Unit workbook would contain the output of from each of the export queries for the respective Business...
  3. D

    Exporting UserForm Textbox input in numeric or currency format with VBA in Excel 2010

    Hi I hope some one can help me with this problem. I have created a user form to log sales records in to an excel spreadsheet. The form I have created will copy keyed informtion in to the next available row on a worksheet using the follwoing code. Private Sub cmdExport_Click()...
  4. E

    Data Input in Web Page with export into Excel

    Currently, I am aggregating metrics across multiple facilities where each facility putting their information into their respective workbook and emails their files to me. I then have to move the information into a master workbook. I would like to establish a simple data input option on the web...
  5. J

    Issues while exporting UTF-16 encoded .csv file to excel using c#

    Hi all, I am using following code to open the UTF-8 encoded .csv in excel: m_excel.Workbooks.OpenText(newPath, Comma: true); And that works fine. Can anyone tell me how to open UTF-16(Unicode) encoded .csv file in excel using similar code or some different approach. Please help me i urgently...
  6. R

    sql issue

    Sub output_into_files() Dim CONNECT As New ADODB.Connection Dim zapytanie As New ADODB.Recordset Dim path As String Dim name As String Dim a As Integer Dim sheetValue As String Dim QueryString As String path = "SOME PATH...." name = Dir(path) a = 1 sheetValue = "sheet" & a Do Until...
  7. T

    MS Project (2007) VBA to Export to MS Excel (2010)

    All, I have the following code which worked in 2010 and I believe was prior to me upgrading my MS Office suite from 2007 to 2010. Might this be an issue between the application versions? When running the program, I get "Bad File Name or Number" run-time error which occurs on the second iteration...
  8. S

    How to export more than 65000 rcds from Access to Excel 2007

    I have a table with 500,000 rcds and on exporting it only exports 65000 rcds. Please advice Thanks SKV

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