Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Office Scripts - Excel for Web

When is the Power Automate flow triggered? If the book is not open in Excel Web, there may be no active sheet.

4 years ago
Reply
RE: Speed up Power Query from SharePoint folder

Why not? There is no difference between get data from folder and get data from sharepoint folder, they both provide a list of files in that folder....

4 years ago
Forum
Reply
RE: Office Scripts - Excel for Web

Hi Peter, Not seeing the correct code in your sample. Microsoft docs has this first line: function main(workbook: ExcelScript.Workbook): ReportImag...

4 years ago
Reply
RE: Speed up power query using Disable background preview but on user's computer

Not everything can be set from vba unfortunately. You can use the Object Browser to explore the objects properties that can be used in vba (from VB...

4 years ago
Forum
Reply
RE: Speed up Power Query from SharePoint folder

You can try getting data from folder as suggested here: If there are differences in columns names, the function provided there will be able to get a...

4 years ago
Forum
Reply
RE: Algorithm to Calculate Workdays and Import in Outlook Calendar

I'm afraid there are very few people with this need. If you need more than 1 fiscal year, I guess you'll need to run the code for each year separat...

4 years ago
Forum
Reply
RE: VBA Selenium Data Extraction

Hi, You have here an example for using selenium: You should be able to get geolocation data from Google Maps API, of Bing Maps API, however they ...

4 years ago
Forum
Reply
RE: VBA Selenium

Have you checked the syntax? Does not look to be correct: findelementbyxpath ("//img[contains(@alt, 'air')] The 3 chars in red don't have the pair ...

4 years ago
Forum
Reply
RE: Connecting to an OAuth API Like PayPal With Power Query

Hi Toynk, You have to use API query parameters: First, query the API to extract the total count of items with the count parameter. TotalCount=...

4 years ago
Forum
Reply
RE: Difference in code to import a sheet into Power Query

Ok, so I assume you have filtered out the files starting with "~" before extracting data from those files? = Table.SelectRows(Source, each not Text...

4 years ago
Forum
Reply
RE: Difference in code to import a sheet into Power Query

What errors? I tested again, and the trick still works, I can refresh a query from folder even if files are open.

4 years ago
Forum
Reply
RE: Difference in code to import a sheet into Power Query

Keep in mind that in normal pc folder you should see a temporary copy of the file you are opening, starting with "~$" then your file name. You cannot ...

4 years ago
Forum
Reply
RE: Source data column headings have changed throwing a Power Query error

I used this function: (FilePath as text)=> let Source = Excel.Workbook(File.Contents(FilePath), null, true), #"Filtered Rows" = Table.SelectRow...

4 years ago
Forum
Reply
RE: Source data column headings have changed throwing a Power Query error

Hi Tim, Please upload some sample files so I can see your structure variations, will send an example of how it should be done. Yes, the solution al...

4 years ago
Forum
Reply
RE: Source data column headings have changed throwing a Power Query error

Hi Tim, If you have used the automatic file combiner (From Folder), that method is not flexible. See this topic for a flexible alternative:

4 years ago
Forum
Page 47 / 130