VBA code to transfer data from excel to powerpoint - excel

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

Related

VBA excel charts and tables to PowerPoint specific pages

I’ve been trying to do this using my very limited coding knowledge. But how do I copy paste particular charts and tables in my excel sheet onto particular pages in my presentation?
Some need to be copied as pictures but most as chart objects.
Thank you in advance!!

VBA to copy fields from external application to excel

I am looking to use a VBA in excel to copy rows/columns of data from my organisation's trading platform (Fidessa) to an excel workbook. The problem I've encountered however is that Fidessa doesn't have an excel plug-in as standard. So is there a way for excel or VBA to automatically copy and paste fields of data from external applications such as Fidessa?
I'm relatively new to VBA so any help would be welcome, thanks!
Used VBA code to copy data as screenshot but this is not suitable. It needs to be the data rows/columns from Fidessa copied across to Excel in order for it to be viable/functional.

VBA tool to create powerpoint slide from excel?

Currently I have develop an excel sheet to extract data.
The output sheet (text + graph) should be exported to a PowerPoint slide.
Is there a way to do this with the help of a macro?
This is how it currently looks like. Ideally, I would add a button 'create slide', which triggers a macro to create a slide with this layout.
Any ideas?
Thanks!

data analysis of Excel spreadsheet with 2500000 rows

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

Crashes when pasting excel range as table format in powerpoint

I have tried to copy a excel range and paste as table format in powerpoint using excel vba. It pasting the range but when I resize the table the Powerpoint application is crashing.
Your solution helped me to get rid of chrasing powerpoint application. I wrote the table resize function in powerpoint file and executed it.
Thanks alot...

Resources