Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Can VBA detect when a PowerQuery refresh has finished?

Indeed, this will not solve the last query refresh, and I know no way to capture that. The only functional solution is to add a wait time after the...

9 years ago
Forum
Reply
RE: Can VBA detect when a PowerQuery refresh has finished?

Hi Greg, You have 2 options to refresh a connection: with background refresh set to false or to true. Go to Data-Connections, select the connectio...

9 years ago
Forum
Reply
RE: Link Excel Files

You have to bring the data from the external file into a new sheet, then point your offset formulas to this new sheet, instead of pointing to the exte...

9 years ago
Reply
RE: Preview attachment in Email Body

You can use C:Temp, if you create that folder in that location, it does not exist. The system temp folder is in a different location. The image wil...

9 years ago
Forum
Reply
RE: Preview attachment in Email Body

Hi Barry, Here is the code you can use to save the used range as an image, then attach the image in email body as a preview: Option Explicit Su...

9 years ago
Forum
Reply
RE: Link Excel Files

Hi Hava, You have formulas in Forecast.xlsx file, in Orange sheet, range O2:O10. There formulas are pointing to cells from column P for the Height ...

9 years ago
Reply
RE: Preview attachment in Email Body

Hi Barry, In the attachments section, there is a button to Add Files to the upload Queue, this will allow you to browse for a file. After you selec...

9 years ago
Forum
Reply
RE: Link to other spreadsheet

No, Excel will not tell you that a link was created when you copy a sheet to another book. You will get a warning only when there is a name conflict, ...

9 years ago
Reply
RE: Link to other spreadsheet

Hi Frans, There is no such thing as vba links. @TimC: Most probably, there is a defined name that points to another file, you have to edit th...

9 years ago
Reply
RE: Link Excel Files

Hi Hava, Your formula is using empty cells for the height argument of the OFFSET function. An empty cell will mean zero cells height range, and tha...

9 years ago
Reply
RE: Power Query vs. Excel vs. Power Pivot

Hi Martha, That sounds like a good task for Power Query and Power Pivot. Keep in mind that you don't have to bring all the data into an excel sheet...

9 years ago
Forum
Reply
RE: Custom column with unique ID's?

Only if you have more files, if you have changes to the same files, a simple refresh will be enough. If you add new files every time, then you need...

9 years ago
Forum
Reply
RE: DataFormat.Error: There were more columns

It should be before the last round paranthesis: (it should end with 2 round paranthesis, 1 curly bracket, and another round paranthesis) Table.Fro...

9 years ago
Forum
Reply
RE: Extracting a Unique sub-list from a Unique list from a table

Hi Will, Attached is a Power Query version to create the list of lists, instead of using formulas and pivot tables. The query is: let ...

9 years ago
Reply
RE: get metadata of files in folders

Why would you use that? You have dedicated file and folder picker dialog: Sub ListFiles() Dim Fld as string With Application.FileDialog(msoFileDi...

9 years ago
Forum
Page 116 / 130
0