Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jul 27, 2026
Topics: 61 / Replies: 1590
Reply
RE: VBA to send data from excel spreadsheet to a website form and return result to spreadsheet

Hi Dave, I think I can do this but it will take some time to code + test. I'll try to get back to you tomorrow. Regards Phil

7 years ago
Forum
Reply
RE: VBA to add prefix to cell with >255 characters and retain any character formatting in the cell

Hi John, I've tried various things but can't achieve what you want. Reading up on it, it does appear to be a limitation within Excel. I've trie...

7 years ago
Forum
Reply
RE: VBA to add prefix to cell with >255 characters and retain any character formatting in the cell

Hi John, This works fine for me and none of the text formatting is lost when a character is added to the beginning of the string Range("A1")....

7 years ago
Forum
Reply
RE: How to insert the Day in column (B) in Automatic form

Hi Maurizio, I'm not having any problem with this. If the cell A9 contains a date, then the formula =TEXT(A9,"DDDD") gives me the day of the week....

7 years ago
Forum
Reply
RE: How to insert the Day in column (B) in Automatic form

Hi Maurizio, I don't understand what you are trying to do then. It seemed that you were asking to extract the day from a date in ColA? Which is w...

7 years ago
Forum
Reply
RE: How to insert the Day in column (B) in Automatic form

Just copy the formula down ColB starting at B2 i.e. =TEXT(A2,"DDDD") =TEXT(A3,"DDDD") =TEXT(A4,"DDDD") =TEXT(A5,"DDDD") etc Phil

7 years ago
Forum
Reply
RE: =HYPERLINK problem involving Power Query, VBA and the Excel UI

Hi Les, It's a timing issue. The VBA is working, but when you do ActiveWorkbook.RefreshAll VBA doesn't wait for the PQ query to do its thing. It ...

7 years ago
Forum
Reply
RE: =HYPERLINK problem involving Power Query, VBA and the Excel UI

Hi Les, Can you provide the workbook please. Phil

7 years ago
Forum
Reply
RE: importing macros from 97-2003 to 2016 .xlsm

Hi Kenn, I see you've cross posted this on Mr Excel and are receiving help there so I will leave you to that. Please don't cross post to other f...

7 years ago
Forum
Reply
RE: How to insert the Day in column (B) in Automatic form

Hi Maurizio, You can use this rather than VBA to get the day name in B2 =TEXT(A2,"DDDD") Regards Phil

7 years ago
Forum
Reply
RE: Dates and IF/OR function

Hi Hope, As Anders said, it's always better to supply a workbook with the data to make out lives easier to help you 🙂 But, try this =IF(ISER...

7 years ago
Reply
RE: How to merge two subs with Private Sub Worksheet_Change on sheet

Hi Giannis, It depends on what you want the combined Subs to do. For example, you have If Target.Count > 1 Then Exit Sub in one Sub, do you w...

7 years ago
Forum
Reply
RE: Help With ColorMath Function

Hi David, There's nothing to prevent you uploading an image or Word doc to this post, it would be better to provide an Excel workbook though. Tr...

7 years ago
Reply
RE: VBA code to transform excel file to Microsoft Teams

Hi Aye, Not sure exactly what you mean by 'export to' ? If you are using Teams then everyone should have access to One Drive and Sharepoint? ...

7 years ago
Forum
Reply
RE: Sample data source

Hi Anne, Have you tried Kaggle? Regards Phil

7 years ago
Forum
Page 91 / 111
0