Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 10, 2026
Topics: 0 / Replies: 841
Reply
RE: Exact Match searching, NOT partial.

Your match function will stop at the first match it finds, so you need to make sure your table has the most specific items first - eg January February...

3 years ago
Reply
RE: Removing columns in Power BI source file

Remove the #Changed Type step - it refers to all the columns.

3 years ago
Forum
Reply
RE: VBA to Have Template file remain Open after Copy is Saved & Closed

You haven't posted the error, or the full current code. SaveCopyAs will not close the current workbook but it will leave it in the same state it was i...

3 years ago
Forum
Reply
RE: VBA to Have Template file remain Open after Copy is Saved & Closed

In that case you can make whatever changes are required, then use ThisWorkbook.SaveCopyAs ThisWorkbook.Path & "" & Range("B15").Value ...

3 years ago
Forum
Reply
RE: Running total in power query

Also cross-posted here:

3 years ago
Forum
Reply
RE: Removing columns in Power BI source file

It will depend on how you removed the other columns. If you removed them explicitly then you'll just need to edit the query to remove the step that go...

3 years ago
Forum
Reply
RE: Using Table.ReplaceValue with Text.Combine to do an in place concatenation fails if target column is null

You could use Replace.ReplaceValue instead of Replace.ReplaceText. It will have the side effect of converting the column type to Any rather than Text ...

3 years ago
Forum
Reply
RE: VBA to Have Template file remain Open after Copy is Saved & Closed

What format is your template? Is it an actual template or a normal workbook that you use as a template and, if the latter, is it also saved in xlsb fo...

3 years ago
Forum
Reply
RE: VBA Update the body from a template email

Your code works fine here in Office 2016. Do you get the error with any template or just a specific one? Also, you should learn the rules on c...

3 years ago
Forum
Reply
RE: removing pesky hidden xml sheets in a workbook

They are defined names. You can delete them with some code like this: Sub ClearNames() Dim nm as name On Error Resume Next for each n...

3 years ago
Reply
RE: Pivot Tables - Grand Totals AND Summary Percentages in the same table?

If you're using the data model, you could also create a set that only shows the second calculation at the grand total level, not the individual rows.

3 years ago
Reply
RE: Send Email Code Error

What is the actual error message? I did't get any errors with that one.

3 years ago
Forum
Reply
RE: Send Email Code Error

In the sample you posted it does work for weekly but not for daily because the daily pivot table is blank. Its data source is set to 'Station Data'!$Q...

3 years ago
Forum
Reply
RE: Send Email Code Error

Your pivot table's data source is set to a blank range, so you can't refresh it.

3 years ago
Forum
Reply
RE: Send Email Code Error

That's pretty hard to answer without seeing any of your code. 🙂

3 years ago
Forum
Page 16 / 57
0