Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
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...

6 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...

6 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...

6 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 ...

6 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'...

6 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...

6 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...

6 years ago
Reply
RE: Get Year from Sheet Name, not Cell Reference

Hi Stephan MID returns a string so you need to use DATEVALUE to convert to a date =DATEVALUE("1/1/"&MID(CELL("filename"), 1+SEARCH("]", CELL...

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

Hi Tina, My solution requires dynamic arrays which you won't have if you don't have O365. Velouria's formula works for me - see H1 in attached f...

6 years ago
Reply
RE: Get Year from Sheet Name, not Cell Reference

Not at all Stephan, we all learn by doing, reading, Googling etc. I'm always looking stuff up, I can't remember the syntax for everything 🙂 You c...

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

Hi Tina, An alternative, you could use the new LET function (if you have it) =LET(Unique_ID,UNIQUE(SUBTOTAL(105,OFFSET(F2,ROW(Table1[ID])-M...

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

Hi Steve, It's very difficult for me to say why it's erroring as I don't have the code or know what preceded the error. But that error is because ...

6 years ago
Forum
Reply
RE: Get Year from Sheet Name, not Cell Reference

Hi Stephan, I'm a bit confused about a few things. BG2 is labelled 'Today's date' but you want to populate it with a year? If so you can use ...

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

In the attached workbook I've added a call to StopTimer like this Private Sub CommandButton1_Click() StopTimer ActiveWorkbook.Save ActiveWorkbook.C...

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

Hi Steve, You need to call StopTimer before you close the workbook. Application.OnTime is set at the application level i.e. the Excel program it...

6 years ago
Forum
Page 58 / 110
0