need help vba

  1. J

    Copy Paste Multiple Worksheets w/ variable ranges into 1 master sheet vba code

    I created a workbook with multiple time cards (1 for each employee on different sheets). I need a vba code to copy and paste from each sheet into a compiled master sheet ("Data") The first line of data in each timecard sheet is in B8:H8. Some timecards could have a variable amount of lines from...
  2. S

    How to close active PDF file from excel

    Hello Everyone, Need your help to close an open pdf file using excel VBA. Appreciate your help on this. Best Regards,
  3. S

    Need help on exporting excel sheet

    Hello everyone, I have come across the following vba code which exports a specific sheet in pdf format and email it as an attachment. I want to export the same sheet in excel format as well and attach to the same email along with the pdf file. Kindly help me on this. Sub...
  4. S

    Exporting Pivot Table as PDF and email

    Hello Everyone, I am looking for a solution to export my pivot table as pdf format which is located on sheet1 & export the source data of the pivot table which is located on Sheet2 as a new excel sheet and email both the file with the help of VBA code. I am using outlook Office 365. Hope I...
  5. S

    Need help to Copy the entire row to another sheet

    Hello Everyone, Need your help to copy data from one sheet to another based on cell value. For example, I have the following source data set and I am looking for a VBA solution which would copy the row value to a separate sheet as mentioned under the Target Sheet Name example. i= Source...
  6. Y

    Command Button to Save File Based on Cell Value

    Hi All, I'm hoping for some help please? Ive been trying to create a button in excel that saves the file for the current workbook with the name as cell value and a path (Sharepoint). below is what i have so far, but doesn't work. HELP PLEASE Private Sub CommandButton1_Click() Dim path As...
  7. S

    Need to help to save data from Excel to XML

    Hello Everyone, Need help to save excel sheet data in xml format. For example, i need to save the data from Sheet1 of my workbook in xml format seperate file. From the following range, i can only copy "Column A" data but i need to expand the range of the column. Range("A1:A" &...
  8. M

    Need Help Archiving Live Updates

    Hello members, As a lot of new members such as myself, I am quite green in my macros abilities. To cut to the chase... I have linked some live updates from the web in my excel spreadsheet. However, I would like to archive the data every 15 minutes and list it in each subsequent column. The...
  9. S

    Need help to change figure from positive to negative

    Hello everyone, I am working on a VBA code which changes positive figures to negative figures and vice versa. The code works fine if i select more than 1 cells but if i select only one cell to change the figure from positive to negative or negative to positive then all other numbers get changed...
  10. J

    help on how to automatically distribute values (defined as max ) on a list of materials across orders with variable quantities of products as integer

    Hi! I have this extremely big list of material that contains 10000-30000 positions -(COLUMN A) next to it is quantity in pieces (COLUMN B) values vary between 0 and hundred of thousands (these are also MAX VALUES). I need to automatically distribute each position of MATERIAL QUANTITIES over...

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