Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 10, 2025
Topics: 61 / Replies: 1581
Reply
RE: How to Disable Outlook Warning Message When Sending Emails

Hi Bill, Please start your own topic rather than adding to an existing topic that is not related to your problem. You can follow these instruction...

5 years ago
Forum
Reply
RE: Match each version to "All" in power query

Hi Jacek, If there's more data to work with then you need to supply it please. And provide detailed examples of the expected results for this da...

5 years ago
Forum
Reply
RE: Auto Email Through Excel

Hi Mohith, The attached file will do what you want. I've modified the message body as it didn't need the time in the string, I'm picking that ...

5 years ago
Forum
Reply
RE: Match each version to "All" in power query

Hi Jacek, If that is all the data you will be working with you can just use an IF. There are only 2 possible outcomes "Linux" or "Windows" and the...

5 years ago
Forum
Reply
RE: Dynamic dropdown problem in table / range

Hi Josia, Please post a workbook when you ask a question so we don't have to recreate your workbook. It also makes it harder for me to visualize e...

5 years ago
Reply
RE: Charging for time based on 15 minute increments

Hi Scott, It's always best to supply your workbook so we don't have to recreate it. Times and dates are stored as serial numbers in Excel ...

5 years ago
Reply
RE: DataFormat.Error: We found extra characters at the end of JSON input. Details: Value= Position=0

Hi Praveen, Looking at the website in my browser, I can see that it periodically sends new information to the browser. I suspect what is happening...

5 years ago
Forum
Reply
RE: How to Create Textboxes at Runtime in a Userform with VBA

Thanks Miguel, Just a note. If you turn off error handling On Error Resume Next you should turn it back on after the expected error has occu...

5 years ago
Forum
Reply
RE: Application.OnTime Reopens Workbook After Save and Close

Hi Steve, When the timer reaches zero, the value in B1 is zero. If you close the workbook in that condition, you are calling Stoptimer from Workbo...

5 years ago
Forum
Reply
RE: Application.OnTime Reopens Workbook After Save and Close

Hi Steve, You said you found the reason for the debug but it's not clear what that was. You already are calling Starttimer in Workbook_Open and ...

5 years ago
Forum
Reply
RE: DataFormat.Error: We found extra characters at the end of JSON input. Details: Value= Position=0

Hi Praveen, The URL in your query responds with HTML not JSON so I get the error in PQ DataSource.Error: The downloaded data is HTML, which isn'...

5 years ago
Forum
Reply
RE: Extract text before multiple delimiters

Hi Bunmi, You can split the column by delimiter (space) from the right, then do it again let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[C...

5 years ago
Forum
Reply
RE: array formula to count unique value in a filtered table

Hi Tina, It should work fine. Did my formula work for you in the file I attached to my last post? Maybe you need to attach your file where it...

5 years ago
Page 57 / 110