Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
Reply
RE: Extract Email Address from Outlook messages

Hi Marsil. See attached file. From your image it looks like you want emails that are not in your default email account. In which case you need to ...

6 years ago
Forum
Reply
RE: Progress Bar while running several macros in a row

no worries Mark. You can copy/paste the loop into the ShowProgress sub to create an artificial delay - see attached. Though I'd be happy if my c...

6 years ago
Forum
Reply
RE: Animating a chart over time

Hi Alistair, What is your experience of VBA? Can you look through my code and see what it is doing? It boils down to: 1) Reading a row of da...

6 years ago
Forum
Reply
RE: How to make data entry stay permanently after the condition is false

Hi Carlos, No file attached. There's a video here that shows you how to attach files Regards Phil

6 years ago
Reply
RE: Problem With Grouped Radio Buttons

Hi Dan, Please read the forum rules Please start your own topic rather than adding to an old one. Please describe your problem in detail r...

6 years ago
Reply
RE: Animating a chart over time

Hi Alistair, See attached file. I've made the potential positive so the bars are above the x-axis. This requires Office 365 as it uses dynami...

6 years ago
Forum
Reply
RE: on Mac

Hi, What this section of code (in Reset) is doing is populating the list in the main section of the form. It's loading rows from the sheet. If...

6 years ago
Forum
Topic
Reply
RE: on Mac

Hi, In the Reset sub you have this line iRow = [Counta(SampleList!A:A)] ' identifying the last row but the sheet name is SampleReport so iRow...

6 years ago
Forum
Reply
RE: Problem Merging Tables

Hi Cam, You didn't answer whether or not you have Office 365? Attached is a solution. Load Jim's properties in a query, load Susan's in another...

6 years ago
Forum
Reply
RE: Problem Merging Tables

Hi Jim, Please supply the workbooks so we don't have to type everything in again. We can't write the query without the data 🙂 Thanks Phil

6 years ago
Forum
Reply
RE: Array formulae Division

Hi Tim, So in that sample it looks like data from a pivot table copy/pasted + some extra columns? To check if a column has data you could use fo...

6 years ago
Reply
RE: ListBox Doesnt show last line information in Textboxes

Hi Steve, Your code is looking for the first occurrence of the ID: Set findvalue = Sheet19.Range("Q:Q").Find(What:=ID, LookIn:=xlValues).Offset(...

6 years ago
Forum
Reply
RE: Using CELL and OFFSET to find an address then using it in a SUM range

Hi Mardi, Please supply the workbook. Regards Phil

6 years ago
Forum
Reply
RE: Change the Color of keywords in a Text

Hi Maggie, I was working on this update (attached) and as I go to post it I see your latest message. Please try using this new version to see if...

6 years ago
Forum
Page 64 / 110
0