Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 11, 2026
Topics: 61 / Replies: 1588
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
Reply
RE: Insert an image into a userform taken from a link

Hi Maurizio, Because there are a finite number of images I wouldn't bother writing a VBA routine to get them from the web and then save to a folder...

7 years ago
Forum
Reply
RE: VBA Code for Copying Cell Data and Moving that Data

Hi, Why do you need a macro for that? If you can explain in detail what you need and provide a workbook with an example of what you want to happen...

7 years ago
Forum
Page 91 / 110
0