excel 2007 vba

  1. T

    Creating Individual PDF file from Excel Sheets

    Good Afternoon Everyone, This is my first time posting and appreciate any help i can get, I have found this site to be incredibly valuable in my evolution as an Excel and Access user. Ok Essentially what I'm looking for is an example of VB code to Save multiple sheets in Excel as individual...
  2. M

    Excel VBA worked in 2003 not in 2007

    Option Explicit Option Base 1 Dim FldNames As Variant Dim DptNames As Variant Dim fpath As String Dim fper As String Dim i As Integer Sub OpenChicago() FldNames = Array("grocery", "liquor", _ "gm", "produce", "nutrition", "meat", _ "srvdeli", "bakery\isbakery")...
  3. A

    Checking out SharePoint document via macro

    Good afternoon everyone, I'm trying to write a macro to open a workbook in SharePoint, check it out, do my thing (technical term), and then check in/close the workbook. I've managed to get the book open, but I get an error when trying to check out or check in. Any thoughts? Here is the...
  4. G

    Excel VB; find, copy, and rename file problem

    Hi, I am relatively new to Excel VB and have been stumped. I need help writing code that finds a file of any type e.g. (xls, xlsx, doc, docx, ppt, txt) copies and renames it with the appropriate extension to another specified folder. In addition, the user will not be allowed to find the file to...
  5. C

    SourceData 255 Character Limit

    I am working on a PivotTable in Excel. I need to generate it dynamically, using VBA code. The query for the table is quite complex (probably 1500 characters). The SourceData attribute has a limit of 255 characters for the total size of the query. Does anyone know of a method to get around this?

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