Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 15, 2025
Topics: 61 / Replies: 1581
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

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

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

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

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

6 years ago
Forum
Reply
RE: Sample data source

Hi Anne, Have you tried Kaggle? Regards Phil

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

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

6 years ago
Forum
Reply
Reply
RE: Excel (Office 365) Issues after latest Office 365 update

Hi Hans, Unfortunately things like this do occur. Only yesterday I had to rewrite code that had worked previously for embedding workbooks in a web...

6 years ago
Reply
RE: Excel (Office 365) Issues after latest Office 365 update

Hi Hans, Neither of these functions work as-is because Captiontxt is not defined, neither is the FileExists function. If you could supply the actu...

6 years ago
Reply
RE: Copy rows from Outlook to Excel

Your appointments do not have that particular property. Edit/Remove/Comment Out those lines. You can read up on Appointment Items here Regards ...

6 years ago
Forum
Reply
RE: Insert an image into a userform taken from a link

Hi Maurizio, the point is it's not practical to load the images into the sheet and then save them out to a folder - but the attached file has a rou...

6 years ago
Forum
Reply
RE: Copy rows from Outlook to Excel

Hi, Attached is some code to get your most of the way there. I don't have a folder full of appointments to test this with so try it with yours and...

6 years ago
Forum
Reply
RE: Copy and paste with condition

Hi Prasenjit, You can do this with Power Query - see attached file. Phil

6 years ago
Forum
Page 91 / 110