brokerbevo
New Member
- Joined
- Oct 22, 2015
- Messages
- 4
Hello there!! New user, long time listener, posting my first question!!
G<ins>oal/Issue</ins>:
T<ins>he Problem</ins>:
Q<ins>uestion</ins>:
Is there any easier/quicker way to auto-update/refresh every embedded spreadsheet within each slide, such as using VBA, etc.? I’m open to any and all suggestions. Thanks!!
G<ins>oal/Issue</ins>:
- I’m trying to auto-update/refresh several embedded spreadsheets in a PowerPoint file in the fastest way possible
- I have about 45 slides with about 5 embedded spreadsheets per slide
- The embedded spreadsheets are standard spreadsheet objects:
- in PowerPoint: “Insert” --> ”Object” --> “Create New” --> “Microsoft Excel Sheet”
- These sheets have formulas in them that reference a master spreadsheet using UNC pathing.<ins></ins>
<ins>For example</ins><ins></ins>:
"=HLOOKUP(D1,'\\nw\data\LTD\[Workload.xlsx]Transfer'!$C$2:$ALM$23,3,FALSE))"
"=HLOOKUP(D1,'\\nw\data\LTD\[Workload.xlsx]Transfer'!$C$2:$ALM$23,3,FALSE))"
(in which “Workload.xlsx” is the “master” spreadsheet)
- In the example above, the vale for “D1” would be different for each of the 45 slides, thus referring to different cells/ranges in the master spreadsheet (via the HLOOKUP)
T<ins>he Problem</ins>:
- Anytime the master spreadsheet gets updated, I have to go in and double-click and activate each embedded sheet (45 slides X 5 spreadsheets = 225 times!!!).
- The problem is further complicated by the fact that I can’t just copy a range of cells from the master spreadsheet, do “Paste Special” --> “Paste Link,” because that would just post a refreshable picture that I can’t make modifications to.
Q<ins>uestion</ins>:
Is there any easier/quicker way to auto-update/refresh every embedded spreadsheet within each slide, such as using VBA, etc.? I’m open to any and all suggestions. Thanks!!