Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 6, 2026
Topics: 61 / Replies: 1588
Reply
RE: How to get the € symbol with VBA

Hi Maurizio, glad you got it figured out. Regards Phil

3 years ago
Forum
Reply
RE: How to get the € symbol with VBA

Hi Maurizio, I'm not clear on what it is you are trying to do. There's no code in your file and the code as posted does not work. To get the te...

4 years ago
Forum
Reply
RE: Web Scraping with VBA

Crossposted here excel - How Can I Extract list of prices from website using VBA? - Stack Overflow Please read these Forum Rules

4 years ago
Forum
Reply
RE: PowerBI Table

Sorry Mark, that is the way the data is displayed in a visual like a table. Each row shows data for each column. Regards Phil

4 years ago
Topic
Forum
Replies: 1
Views: 1400
Reply
RE: Combine multiple Table With List.Accumulate

Hi Farshad, Why do you want to use List.Accumulate for this? You can just append (combine) the tables to create 1 table. = Table.Combine({Table...

4 years ago
Forum
Reply
RE: Import from Microsoft Exchange Online

Hi John, Can you provide your query so we can see what it is trying to do? Regards Phil

4 years ago
Forum
Reply
RE: find the weekly job order numbers based on the given weekend dates

Hi Arun, Please start a new topic when you ask a new question. Please don't add a new question to the end of an already answered topic. Please ...

4 years ago
Reply
RE: Update the below table using data from data tab1. The data should change dynamically when the date range is changed

Hi Arun, Sorry we don't do homework/assignments for people. We encourage you to learn to solve the problems yourself. Looks like you'll need to u...

4 years ago
Reply
RE: How to split address text string into separate parts

Hi Patrick, You can get the first part of the address with this =IF(IFERROR(SEARCH(" Ste ",C2),0)>0,LEFT(C2,LEN(C2)-(LEN(C2)-SEARCH(" Ste ",C...

4 years ago
Reply
Reply
RE: Problem with multiple-select Drop down list

OK I think I know what you mean. The code you've entered is interfering with my code that checks the selection from the validation list. You just ...

4 years ago
Forum
Reply
RE: Problem with multiple-select Drop down list

Hi Tamara, Running the code in the last file you provided does not generate any errors. Could you please describe in detail exactly what it is y...

4 years ago
Forum
Reply
RE: Problem with multiple-select Drop down list

Hi Tamara, You need to add a 'trap' to check for the cell that is being changed. As you want to check the value in C6 when it is changed, you need...

4 years ago
Forum
Page 14 / 110
0