I have the excel sheet with 2500000 row and size about 7GB,Since we need to compare two excel sheet of such large size.it is not possible even to open such a large excel sheet in laptop/desktop.
Is there any software we can try top open that excel sheet without crashing
Related
I am attempting to transpose data in multiple columns from different sheets in a workbook into rows in another sheet (within the same workbook). I am attempting to make this code dynamic. For example, once the latest month closes, the code will pull the updated numbers-there are blank cells after June (so Cell D274 is blank). Below is the code I have tried and a screenshot to visualize what I am attempting to do. Any help would be greatly appreciated.
Is there any VBA code that can be used to transfer data from the excel sheet onto the powerpoint? Currently, I have some data which has been used to generate a chart in excel and this chart is transferred from the excel to a powerpoint using VBA code.The macro is in the excel workbook. However, I would like to transfer the percentage profit from the excel cell over to the powerpoint either as a text or image as shown in the ppt below using VBA (since it is comparing the profit against the latest week[week 16], it should capture the value inside the cell G7). Is there any VBA code available for that? Are there any ways to proceed with this?
Data in excel sheet
Data I want to transfer to the powerpoint
What I am trying to do is to have the first five rows of one specific sheet in a workbook show up as the first five rows of all sheets in the workbook. So when I change anything on that one specific sheet, the changes are reflected on all sheets. I know how to split a sheet but while that is close, it is not what I need. I do need something similar to a split but I need to have the split be a different sheet, if that is possible. I am using Excel from Office 15.
I need to write a VBA code that will consolidate 50 sheets in a separate excel workbook. What is causing me trouble is that the sheets have different formatting. I only need 2 items from each sheet but they can be located in different columns, and I want them copied to the same column on the new worksheet.
So for example, the second item I want consolidated can be located between columns B and F.
Any help is appreciated.
Rdlc excel report showing with sheets when I set page break group for page size.How to get all data row with one page(one sheet) without spreading sheets.